Skip to content

Releases: lorossi/corgos-telegram-bot

Code refactored

18 Aug 20:56
Compare
Choose a tag to compare

The code has been refactored a lot, so now it's all self contained in an object (before it was made by multiple classes and global variables, it was really a mess). The logic is now clearer and a more meaningful approach has been used in the code.

Slightly better version

07 Jun 15:11
ab8a9fc
Compare
Choose a tag to compare
Updated readme, updated the main script

Now the readme is more detailed about commands and how the images are fetched.
The scripts now handles errors while sending images without crashing the whole system, replies in a more unique way to private messages and the log is appended at the end of the file (previously, it erased everything when it started up - access mode to file is now "a" while it used to be "w+")

First released version

07 Jun 15:09
c33f206
Compare
Choose a tag to compare
v1.0

Typos in readme.md