Simple Telegram bot for your group
This bot can pin or unpin messages.
Ban users or remove users from banned users.
Can change the group title and description.
Can remove the links from group.
Can get information about a user.
And deletes service messages (user joined , user left and etc.)
All you need is your bot Token which @botfather gives you!
Add your token key in config.py file and run your bot
Also you need install pyTelegramBotAPI:
pip3 install pytelegrambotapi
[1] Install Python and Git
[2] git clone https://github.com/SlavPH/GroupBot
[3] cd GroupBot
[4] chmod +x *
[5] ./bot.py
git clone https://github.com/SlavPH/GroupBot && cd GroupBot && chmod +x *
! If Telegram is not working in your country, you can run this tool with TOR
! Install Proxychains and config it! (default is tor proxy)
! Then use this tool with proxychains:
proxychains ./bot.py
Thanks