Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasannavenkadesh/telegram-timetable-bot
Replies with the schedule of the day requested through Telegram
https://github.com/prasannavenkadesh/telegram-timetable-bot
Last synced: 12 days ago
JSON representation
Replies with the schedule of the day requested through Telegram
- Host: GitHub
- URL: https://github.com/prasannavenkadesh/telegram-timetable-bot
- Owner: PrasannaVenkadesh
- License: other
- Created: 2015-08-25T18:16:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T17:00:39.000Z (over 9 years ago)
- Last Synced: 2024-11-12T10:09:31.613Z (2 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Telegram Timetable Bot - Python
This is a telegram bot script that I wrote which when called with specific commands will reply with the respective academic class
schedule for the day.This script can be improved a lot. I have intentionally structured it in a bad way (for example, could have created generic functions) hoping any of my class mates would pick it up & make it better.
This bot consumes the Telegram BOT API through [python-telegram-bot library](https://pypi.python.org/pypi/python-telegram-bot/2.2)
Using cronjobs in GNU/Linux operating systems, this script can be run for every `n` sec/min/hrs/days to check messages simulating long polling.
I am putting this under GPL-v3 (read license.txt file) which is a copyleft free software license.