juno249 / TeleBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version Python 2.7 Python 3.5 License

Telegram Bot

Join the chat at https://gitter.im/rhiever/TwitterFollowBot

A Python bot that automates several actions on Telegram, such as sending messages to group of users.

Disclaimer

Installation

You can install the Telegram Bot using pip:

pip install TelegramBot

Dependencies

Create an instance of the bot

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")

Note for me

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

Have questions? Need help with the bot?

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.

About


Languages

Language:Python 99.9%Language:Shell 0.1%