Welcome to ReZNuM's Telegram API Tool! This Python script helps you retrieve your Telegram API Hash and API ID with ease. Perfect for developers building Telegram bots or apps! π€
- π‘οΈ Securely fetches your Telegram API Hash and ID using the official Telegram website.
- π¨ Beautiful terminal interface with colorful ASCII art and an unscramble effect for contact info.
- π Handles authentication with phone number and verification code.
- π Displays additional details like Public Key and Production Configuration.
- π« Gracefully handles errors like rate limits or invalid inputs.
To run this tool, you'll need the following Python libraries:
requestsπ‘beautifulsoup4πΈοΈcoloramaπtimeβ³randomπ²sysβοΈ
Install them using pip:
pip install requests beautifulsoup4 colorama-
Clone the repository π₯:
git clone https://github.com/ItsReZNuM/Telegram-API-Tool.git cd Telegram-API-Tool -
Run the script πββοΈ:
python ApiHash.py
-
Follow the prompts π²:
- Enter your phone number with the country code (e.g.,
+98XXXXXX). - Enter the verification code sent to your Telegram account.
- Enter your phone number with the country code (e.g.,
-
Get your APIs π:
The tool will display your API ID, API Hash, Public Key, and Production Configuration if successful. If there's an error, it will let you know with a friendly message. π
- Some accounts may face rate-limiting issues. If you see "Too many tries," wait 8 hours before retrying. β°
- In rare cases, the API retrieval might fail due to changes in Telegram's website structure. Stay tuned for updates! π§
Feel free to reach out for support or suggestions! π
- Telegram: @ItsReZNuM π±
- Instagram: ReZ.NuM π·
- GitHub: ItsReZNuM π₯οΈ
Contributions are welcome! If you'd like to improve the tool, please:
- Fork the repository π΄
- Create a new branch (
git checkout -b feature/awesome-feature) πΏ - Commit your changes (
git commit -m 'Add awesome feature') πΎ - Push to the branch (
git push origin feature/awesome-feature) π - Open a Pull Request π¬
- Thanks to the open-source community for the amazing libraries used in this project! π
- Inspired by the need for a simple Telegram API retrieval tool. π‘
Happy coding! π


