teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Come up with a way of "replaying" telegram updates as means to preprocess data before analysis. #48

Open teremterem opened 3 years ago

teremterem commented 3 years ago

Think of it as "reconstructing" data from telegram updates using certain schema that is convenient for certain type of analysis.

teremterem commented 3 years ago

SwiperConversation class should be capable of both - maintaining conversation in telegram and facilitating "data reconstruction via replay" in offline mode. This also means that SwiperConversation class should fully control python-telegram-bot framework (this relates to #5).

teremterem commented 3 years ago

Don't worry about SwiperPresentation abstraction - you will just mock bot methods when you need to replay.