-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added better settitle method. - Removed some useragents. - Added socks4 & socks5 proxy support. - Added close_driver method. - Changed print colors. - Added more logs (now you can see more information in the console). - Changed file orders. - Added config.json, you don't need to enter your settings everytime you run the app anymore. - Removed unfollow method, (i made follow & unfollow method in one method).
- Loading branch information
1 parent
36a1da4
commit 96eccdc
Showing
7 changed files
with
157 additions
and
166 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"use_proxy":0, | ||
"proxy_type":2, | ||
"method":1, | ||
"headless":0, | ||
"website_load_max_wait":20, | ||
"login_check_max_wait":20, | ||
"button_click_max_wait":20, | ||
"wait_after_follow_unfollow_click":1, | ||
"wait_before_start":1, | ||
"browser_amount":1, | ||
"url":"urltofollowhere" | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.