fincubator / fincubator/tellerbot
Store human readable chat history
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
As of now bot only has standard stdout aiogram logger of incoming updates, which docker takes care of. It can be useful for debugging purposes, but is not quite readable, as it doesn't save the type and structure of update (i. e. message or keyboard query). Storing chat history in some human readable format will allow to analyze user interactions and shape further development.
Contributor guide
Assessment
This issue has not been assessed yet.