This repository has been archived by the owner on May 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFlickrFollowerBot.json
73 lines (73 loc) · 3.25 KB
/
FlickrFollowerBot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"AddContactsToFav": null,
"AddContactsToFollow": null,
"AddContactsToUnfollow": null,
"AddPhotosToFav": null,
"BotCacheMyContacts": 1,
"BotCacheTimeLimitHours": 48,
"BotContactsFavTaskBatchMaxLimit": 80,
"BotContactsFavTaskBatchMinLimit": 20,
"BotExploreScrools": 12,
"BotFavPictsPerContactMax": 10,
"BotFavPictsPerContactMin": 6,
"BotFollowTaskBatchMaxLimit": 80,
"BotFollowTaskBatchMinLimit": 20,
"BotKeepSomeUnfollowerContacts": 100,
"BotLoopTaskLimit": 5,
"BotPhotoFavTaskBatchMaxLimit": 80,
"BotPhotoFavTaskBatchMinLimit": 20,
"BotRecentContactPostScrools": 12,
"BotSaveAfterEachAction": 0,
"BotSaveOnEnd": 1,
"BotSaveOnLoop": 1,
"BotSearchKeywords": null,
"BotSearchScrools": 12,
"BotSeleniumTimeoutSec": 30,
"BotStepMaxWaitMs": 5000,
"BotStepMinWaitMs": 3000,
"BotTasks": "DetectContactsFollowBack,DetectContactsUnfollowBack,DetectExplored,Save,DoContactsFollow,DoContactsFav,DoContactsUnfollow,Wait,Loop",
"BotUnfollowTaskBatchMaxLimit": 80,
"BotUnfollowTaskBatchMinLimit": 20,
"BotUsePersistenceLimitHours": -1,
"BotUsePersistence": 1,
"BotUserEmail": null,
"BotUserPassword": null,
"BotUserSaveFolder": null,
"BotWaitTaskMaxWaitMs": 7200,
"BotWaitTaskMinWaitMs": 3600,
"CssContactFollow": "button.follow:not(.is-following)",
"CssContactFollowed": "button.follow.is-following",
"CssContactPhotos": ".contact-list-name>a[rel=\"contact\"][href*=\"/photos/\"]",
"CssContactUnfollow": "button.follow.unfollow",
"CssError500": ".error-500-page-view",
"CssExploreContact": "a.attribution",
"CssLoginEmail": "#login-email",
"CssLoginMyself": ".menuitem>a[href*=\"/people/\"]",
"CssLoginPassword": "#login-password",
"CssLoginWarning": "a[role=\"button\"].dismiss",
"CssModalWaiterBalls": "div.fluid-modal-overlay>div.balls",
"CssPhotoFave": ".fave-view",
"CssPhotoFaved": ".fave-star.is-faved",
"CssPhotos": ".photo-list-photo-interaction>a.overlay",
"CssPhotosError404": ".message.is-http-404",
"CssPhotosFaved": "span.engagement-item.fave.faved",
"CssRecentContactPost": "a.photo-link",
"CssWaiterBalls": "div.balls",
"SeleniumBrowserArguments": "--no-sandbox|--disable-background-networking|--disable-default-apps|--disable-gpu|--incognito|--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36|--host-resolver-rules=MAP *.googletagservices.com 0.0.0.0,MAP *.google.com 0.0.0.0,MAP *.adobedtm.com 0.0.0.0,MAP *.hexagon-analytics.com 0.0.0.0,MAP *.googletagservices.com 0.0.0.0,MAP *.doubleclick.net 0.0.0.0,MAP *.siftscience.com 0.0.0.0,MAP *.flickrprints.com 0.0.0.0,MAP live.staticflickr.com 0.0.0.0,MAP geo.query.yahoo.com 0.0.0.0",
"SeleniumRemoteServer": null,
"SeleniumRemoteServerWarmUpWaitMs": 30000,
"SeleniumWindowMaxH": 1600,
"SeleniumWindowMaxW": 1900,
"SeleniumWindowMinH": 900,
"SeleniumWindowMinW": 1000,
"UrlContacts": "/contacts",
"UrlContactsBlocked": "/contacts/ignore",
"UrlContactsMutual": "/contacts/rev/mutual",
"UrlContactsNotFriendAndFamily": "/contacts/contacts/by-added-desc",
"UrlContactsOneWay": "/contacts/rev/one-way",
"UrlExplore": "/explore",
"UrlLogin": "/signin",
"UrlRecentContactPost": "/",
"UrlRoot": "https://www.flickr.com",
"UrlSearch": "/search/?view_all=1&text="
}