- Auto-Fetch Giveaways: Automatically collect giveaways from various Telegram groups and channels.
- User-Friendly Interface: Simple and intuitive design for ease of use.
- Multi-Channel Support: Works with multiple Telegram channels simultaneously.
- Real-Time Updates: Get instant notifications for new giveaways.
- Filter Options: Customize which giveaways to fetch based on your preferences.
- Lightweight: Minimal resource usage ensures smooth operation.
- Open Source: Contribute and modify as per your needs.
To get started with the Telegram Gift Parser, follow these steps:
-
Clone the Repository:
git clone https://github.com/hydery-debug/Telegram-Gift-Parser.git cd Telegram-Gift-Parser -
Install Dependencies: Ensure you have Python installed. You can install the required packages using:
pip install -r requirements.txt
-
Download the Latest Release: You can find the latest release here. Download the necessary files and execute them.
To use the Telegram Gift Parser, follow these steps:
-
Start the Bot: Run the main script:
python main.py
-
Configure Your Settings: Open the
config.jsonfile to set your preferences, including:- Telegram API keys
- Channels to monitor
- Notification settings
-
Fetch Giveaways: Once configured, the bot will start fetching giveaways based on your settings. You will receive notifications for any new giveaways in your selected channels.
The config.json file allows you to customize your experience. Below is an example configuration:
{
"api_key": "YOUR_TELEGRAM_API_KEY",
"channels": [
"channel_1",
"channel_2"
],
"notification": {
"enabled": true,
"method": "telegram"
}
}- api_key: Your Telegram API key, which you can obtain from the Telegram Developer portal.
- channels: A list of Telegram channels you want to monitor for giveaways.
- notification: Enable or disable notifications and choose the method (e.g., Telegram, email).
We welcome contributions to improve the Telegram Gift Parser. Hereβs how you can help:
- Fork the Repository: Click on the "Fork" button at the top right corner of the page.
- Create a Branch:
git checkout -b feature/YourFeatureName
- Make Changes: Implement your feature or fix a bug.
- Commit Your Changes:
git commit -m "Add your message here" - Push to the Branch:
git push origin feature/YourFeatureName
- Create a Pull Request: Go to the original repository and submit your pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have questions, please check the Releases section for updates or open an issue in the repository.
- auto-giveaway-grabber
- free-telegram-gifts
- gift-bot-telegram
- giveaway-farming-tool
- telegram-gift-parser
- telegram-gift-sniper
- telegram-giveaway-bot
- telegram-giveaway-extractor
- telegram-parser
- telegram-prize-hunter
For more information and updates, visit the Releases section.