Username Checker is a program finalized to check availability of Telegram Usernames, trying to avoid any rate limitation or such. ONLY ITALIAN!
Use the package manager pip to install the following packages.
pip install pyautogui, pytesseract, requests, pillowYou must also download the Windows/Linux Debian version of Tesseract to make it function properly. You can find Tesseract github's here
You must also change the directory path in the python code:
pytesseract.pytesseract.tesseract_cmd = r'PATH_HERE'- Open Telegram
- Create a channel, and make it public
- Change the channel's username
- Start start.py with the following command:
python start.py- Change the window to Telegram and let it work.
- When a username is found, it will add it to a list and when it finishes it prints a list in the console.
- Done!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.