· 6 years ago · Dec 08, 2018, 12:18 PM
1 _______
2 ( Boobs )
3 -------
4 o ^__^
5 o (xx)\_______
6 (__)\ )\/\
7 U ||----w |
8 || ||
9
10 tumblr scraper tool for APIv2 - crawls profiles pulling pictures and videos while scanning for more users
11 usage: __init__.py <args> <blog_name>
12
13 It should be noted this application is not retard-proof
14 it probably wont work if you suffer from retardism,
15 skiddism, aufucktism or all the above. P.S, your computer will blow up
16 if you're a jew and use this application.
17
18 DESC
19 CMD <ARGUMENTS> | DEFAULT
20
21 Use "None" if you'd like to query without comparing tags
22 -t | --tags <tag1> <tag2> <tag3> | ['']
23
24 When a name gets found, use these tags
25 -ct | --crawltags <tag1> <tag2> <tag3> | ['']
26
27 Limits the amount of users this application may crawl. 0 = Infinite.
28 -ul | --user-limit <int> | 0
29
30 Maximum Retrieval of media
31 -i | --img <int> | 200
32 -v | --vid <int> | 40
33
34 point to target Directory
35 -o | --out <dir> | /home/god/projects/tumblr_scrape_kit
36
37 Forces it not to download ROOT BLOG CONTENTS but instead
38 iterates through them for crawl tags
39 -x | --ignore | False
40
41 Add API keyset for the application to use.
42 --db-add <consumer-key> <consumer-secret> <oauth_token> <oauth_secret>
43
44 Remove an API keyset from the database
45 --db-del <consumer-key>
46
47 List database keys
48 --keys
49
50 Only captures blogs marked with ...
51 -a | --adult | False
52 -n | --nsfw | False
53
54 Fine Tuning settings
55 --min-media <int> | 20 =>
56 --offset-images <int> | 0 => +20
57 --offset-videos <int> | 0 => +20
58 --min-likes-per <int> | 0 =>
59 --min-followers <int> | 0 =>
60 --min-posts <int> | 0 =>
61 -il | --ignore-api-limitations | False
62
63 The amount of agents is the amount of account that can simultaneously be downloaded at once
64 --agents <int> | 2
65 The amount of agent handles is how many pieces of media can be downloaded simultaneously per agent
66 --workers <int> | 2
67
68 Extra output
69 --debug
70
71 spawns help message.
72 -h | --help