A Python bot that automates several actions on Telegram, such as sending messages to group of users.
You can install the Telegram Bot using pip
:
pip install TelegramBot
Dependencies
To create an instance of the bot:
from TwitterFollowBot import TwitterBot
my_bot = TwitterBot()
By default, the bot will look for a configuration file called config.txt
in your current directory.
If you want to use a different configuration file, pass the configuration file to the bot as follows:
from TwitterFollowBot import TwitterBot
my_bot = TwitterBot("my-other-bot-config.txt")
https://www.codementor.io/officehours/5519386452/build-chatbot-python-deploy-vps?icn=post-m7o96jger&ici=OH130 https://www.codementor.io/djangostars/create-deploy-telegram-bot-python-7jggn472x
If you're having issues with or have questions about the bot, file an issue in this repository so one of the project managers can get back to you. Please check the existing (and closed) issues to make sure your issue hasn't already been addressed.