Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 487 Bytes

File metadata and controls

29 lines (18 loc) · 487 Bytes

Telegram-Bot

Description

Multi-purpose Telegram bot
Source code written in Python

Commands

  • /help - available commands
  • /todo - Canvas todos (tested for UT Austin, UTHealth, and HoustonISD)
  • /weather - local weather info
  • /news - top 10 US news headlines
  • /nasa - NASA astronomy pic of the day
  • /random - random number generator
  • /timer - custom timers

Required files

TODO

Installing dependencies

pip3 install -r requirements.txt

Usage

TODO