[Side Project]. If you are bored by telegram group chats, try to summarize chat to see how would your friends would react to your messages.
- Gather data - Export Group chat from Telegram
- Put chat export folder to chat folder
- Run
python parse_telegram.py
to parse html message chat to txt file - Run
python train.py
(Need big GPU for cuda acceleration) - Create Telegram bot
- Copy
config.ini.default
toconfig.ini
. And set [TELEGRAM][secret] to telegram bot api_key. - Run
python bot.py
to run bot - Enjoy the bot