Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

Update Bot

This script checks various software packages for new release announcements in their release streams and sends a message to the user via Telegram bot.

Written (currently) in Python 3.x compliant syntax.

Requires:

  • Python 3.x
  • Requests 2.18.x
  • json
  • BeautifulSoup4
  • telepot
  • schedule