Commit graph

4 commits

Author SHA1 Message Date
vylion
ec14abcaff Touched up the README.md some more
Added actual minimum period checks accross all the code
2020-10-29 10:38:19 +01:00
vylion
09cf241f18 Added documenting comments accross all the files
Added minimum and maximum period values as argument flags
2020-10-29 08:58:21 +01:00
vylion
457868259c Testing json streaming directly into/from files instead of using middleman string variable 2020-10-27 19:29:38 +01:00
vylion
724a49f8be Overhaul 2 Finished
Markov -> Generator ✔️
Chatlog -> Metadata ✔️
Scribe -> Reader ✔️
Speaker updated ✔️

Also:
- Updated to python-telegram-bot v. 12 callbacks
- Renamed a lot of variables and rewritten a lot of code to follow Python conventions
- Added a new argument for filter chat IDs
- Changed obtention of username from hardcoded to a library-provided function
- Added a new argument for bot nicknames that it can respond to
2020-10-25 22:56:02 +01:00
Renamed from chatreader.py (Browse further)