Commit graph

6 commits

Author SHA1 Message Date
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
c91ceda24b woops 2020-10-27 19:31:36 +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
11058f47a3 Changed file encoding (part 1) 2020-10-26 19:54:08 +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
vylion
328bd6adbf Overhaul 2 WIP
- Generator (Markov) ✔️
- ChatCard (Chatlog) ✔️
- ChatReader (Scribe) 🚧
- Speaker 🚧
- - Speaker->get_reader()... 🚧
2020-10-07 23:32:10 +02:00