-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added webhook support. - Changed printing color. - Added webhook retries to the title. - Added config.json, you don't need to enter your settings everytime you run the app anymore. - Removed some useragents. - Changed file orders.
- Loading branch information
1 parent
137595e
commit 927beec
Showing
6 changed files
with
85 additions
and
39 deletions.
There are no files selected for viewing
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,10 @@ | ||
{ | ||
"method":2, | ||
"use_proxy":1, | ||
"proxy_type":2, | ||
"threads":300, | ||
"birth_year_start":1970, | ||
"birth_year_end":2005, | ||
"webhook_enable":1, | ||
"webhook_url":"" | ||
} |
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
requests==2.24.0 | ||
requests==2.25.1 | ||
colorama==0.4.4 | ||
beautifulsoup4==4.9.3 |