-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Removed fake_useragent -Added new UserAgent rotation -Removed beautifulsoup -Added webhook retry counter -Added invalids counter -Added better webhook support (embed) -Added new Ascii Art -Added lowercase option -Added uppercase option -Added uppercase & lowercase option -Added only digits option -Fixed a threading issue with usernames.txt -Now it writes the invalids separatedly to a txt
- Loading branch information
1 parent
5306f58
commit 5d13f8a
Showing
4 changed files
with
2,312 additions
and
77 deletions.
There are no files selected for viewing
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,3 @@ | ||
{ | ||
"token":"yourtokenhere" | ||
} |
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,4 +1,3 @@ | ||
requests==2.24.0 | ||
fake_useragent==0.1.11 | ||
colorama==0.4.4 | ||
beautifulsoup4==4.9.3 | ||
urllib3==1.25.11 | ||
requests==2.24.0 |
Oops, something went wrong.