Telegram Bot to gain mutual subscriptions.
Username: @GitHub_Follow_Bot
Link: https://t.me/GitHub_Follow_Bot
This Bot is a new way to increase your networking, find other passionate programmers, and gain more GitHub followers!
Every day you are sent 5 GitHub users to follow. If you follow them in 24 hours, then you will be featured to other users too. If you miss it, that's okay. As soon as you follow them the bot will add you back to the featured list.
pip install -r requirements.txt
- Create a GitHub Token with
repo: public_repo
permission. - Place it in
get_gh_token
inBot/GitApi.py
- Create a Telegram Bot Token.
- Place it in
API_TOKEN
inBot/Bot.py
- Run
python3 Bot.py
- Enjoy
The bot was built on Python 3.7 using aiogram, aiosqlite, aiohttp.
MIT