Skip to content

Commit

Permalink
Version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FatBeeBHW authored Aug 29, 2023
1 parent 928dd81 commit e5fc4c2
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Twitter Account Checker

![image](https://user-images.githubusercontent.com/121733071/213888978-192462cb-68ba-46fa-8919-6d428583842e.png)
[![xcloud](https://raw.githubusercontent.com/FatBeeBHW/Twitter-Account-Checker/main/ad.jpg)](https://t.me/twittercrack)

![image](https://user-images.githubusercontent.com/121733071/213888978-192462cb-68ba-46fa-8919-6d428583842e.png)

Fast, reliable Twitter Account Checker that doesn't lock accounts on check. Yet. And the best part? its free.
Expand All @@ -14,8 +15,18 @@ Telegram Chat: https://t.me/twitteropensource

- Some accounts, duh.
- Rota proxy
- or no proxy at all.
- Or no proxy at all.
-
# Config Explanation
```json

# How to build in to exe
{
"proxy": "", # Your proxy, without protocol (no http//: in front.)
"threads": 20, # Number of threads, more threads more speed.
"ct0_fix": false # Set it to true if you have issues with your ct0 token, this will fix it and save it in the output.
}

```

# How to build in to exe
pyinstaller.exe --onefile --name "Twitter Checker" --icon="app.ico" --collect-all "pyfiglet" main.py

0 comments on commit e5fc4c2

Please sign in to comment.