Search for users with non-upgraded limited gifts in chats.
- 🔍 Automatic Telegram chat scanning
- ✨ Detection of limited, non-upgraded gifts (NFT)
- 📊 Collection of user profiles and gift IDs
- 💾 Saving scan results
-
Clone the repository: (or just download it)
git clone https://github.com/bohd4nx/gifts-parser.git cd gifts-parser
-
Install dependencies:
pip install -r requirements.txt
-
Edit config.ini in the project root directory to match your needs.
- Start the bot:
python main.py
- Send the bot a /start command and follow the instructions:
- Provide a Telegram chat link (e.g., https://t.me/somechat)
- Wait for the bot to parse the chat
- Use the bot’s commands to fetch results
- Send the '/start' command to the bot.
- The bot will ask for a Telegram chat link (e.g., https://t.me/samplechat).
- Bot starts parsing and shows progress updates:
🔍 Parsing chat: @samplechat 📊 Total members: 150 ⏳ Parsed: 10/150 ✨ Found users: 2
- After finishing, the bot offers a download of the results:
✅ Parse completed for @samplechat! 📊 Total members: 150 ⏳ Parsed: 150/150 ✨ Found users: 15 [ Download Results ]
- Clicking “Download Results” gives you a file with usernames and their limited gift info.
This project is MIT licensed. See LICENSE for more information.
If you find this project useful:
- Give it a star ⭐
- Share with others 🔄
- Consider contributing 🛠️