-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsampleconfig.ini
More file actions
21 lines (18 loc) · 857 Bytes
/
sampleconfig.ini
File metadata and controls
21 lines (18 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[credentials]
username = username (optional)
password = password (optional)
auth = auth (2 factor authentication secret key, optional)
[logs]
debug = False (more logs)
silent = False (do not print anything to console)
[ratelimit]
max_fetch_count = 50 (number of posts to fetch at a time)
min_delay = 2 (minimum delay between requests, to mimic human action)
max_delay = 5 (maximum delay between requests, to mimic human action)
auto_change_password = True (change password in case of Instagram challenge rate limit)
log_new_password = True (log new passwords in password.log file)
base_delay = 60 (minimum delay when rate limit hit)
multiplier = 2 (delay multiplier when rate limit hit)
[tasks]
unlike_web = False (default, set to unlike all from Instagram liked list)
unlike_export = False (if rate limited, set to unlike all from Instagram export file)