Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanbuilds committed Jan 21, 2021
1 parent 090f17d commit 28a07d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
pip3 install -r requirements.txt
```

# Config
use_proxy (0 - Proxyless | 1 - Proxy).<br/>
proxy_type (1 - HTTPS | 2 - SOCKS4 | 3 - SOCKS5).<br/>
method (1 - Follow | 2 - Unfollow)
headless (0 - Show what the tool really does | 1 - Hide chrome instances)<br/>
website_load_max_wait (Max waiting time in seconds for the website to load before retry).<br/>
login_check_max_wait (Max waiting time in seconds for the tool to check if an account is valid or not).<br/>
button_click_max_wait (Max waiting time in seconds for the tool to click accept cookies, follow, unfollow button).<br/>
wait_after_follow_unfollow_click (Max waiting time in seconds for the tool to wait after follow, unfollow button click).<br/>
wait_before_start (Waiting time before start only works if you use more then 1 threads).<br/>
browser_amount (Amount of browsers to run at the same time, higher = faster but more resource heavy).<br/>
url (Profile link)

# Tool
![](https://i.ibb.co/209gHG4/spotify-follow-tool-v2.png)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
colorama==0.4.4
selenium==3.141.0
colorama==0.4.4

0 comments on commit 28a07d9

Please sign in to comment.