yldio / coding-challenge

1 stars 0 forks source link

Implement a Markov telegram bot #6

Open tomgco opened 8 years ago

tomgco commented 8 years ago

Implement a Telegram bot using markov chains, fed on the content of the YLD blog and the YLD twitter account.

Include the scripts on how you obtained the data, the bot implementation, and a funny name for said bot.

raoulmillais commented 8 years ago

Nice idea. How can we add a frontend component to this? In browser chat backed by IRC, partially implemented maybe?

raoulmillais commented 8 years ago

It appears a simple chat interface could be embedded using the Telegram API - probably too much work though.