A Python script to fetch popular GitHub repositories and send their details to Telegram channels. Make sure to give the repo a ⭐️!
Check my other links: https://privacidad.me/@bst04
- Filters by ⭐️ count and 🚫 DUPLICATES.
- Sends details (name, description, link) to Telegram channels.
- Python 3.7+
- GitHub personal access token
- Telegram bot token
- Telegram channel IDs
- Install dependencies:
pip install requests python-telegram-bot
- Update the script with your credentials:
GITHUB_TOKEN
,TELEGRAM_BOT_TOKEN
,TELEGRAM_CHANNEL_ID_1
,TELEGRAM_CHANNEL_ID_2
.
Run the script:
python git2telegram_bot.py
- Ensure proper permissions for GitHub and Telegram.
- Use responsibly under respective terms of service.