Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbarresi/telegrambot
A Telegram Bot programmed in python
https://github.com/fbarresi/telegrambot
Last synced: 10 days ago
JSON representation
A Telegram Bot programmed in python
- Host: GitHub
- URL: https://github.com/fbarresi/telegrambot
- Owner: fbarresi
- Created: 2015-06-28T12:58:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T19:59:34.000Z (over 9 years ago)
- Last Synced: 2024-11-06T07:06:36.877Z (about 2 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelegramBot
A Telegram Bot programmed in pythonThis python project is an example of a Telegram Bot completely programmed in python.
Just fork/download the master, add your token, program the task of your Bot and run!
This project uses the new [Telegram Bots API](https://core.telegram.org/bots/api)
and the python library [Requests](http://docs.python-requests.org/en/latest).To create a new Bot contact the [@BotFather](https://telegram.me/botfather) or see [the doc](https://core.telegram.org/bots#botfather).
Once you program your Bot run the [main.py](main.py) in a console. To stop the Bot type ^C.