Chat Games Bot

A chatbot written for both Discord and Telegram that can provide prompts and questions to play conversational games with to help keep chats interesting and active. I've written an article on it if you wish to learn more.

The Telegram version of the chatbot was written in Python using the python-telegram-bot library. The Discord bot also uses Python but relies on the Discord.py library to interface with Discord APIs. Both bots are identical in terms of functionality but have been written in a way so that they adapt to the style of both platforms.

Available Games

On Github

Both versions of the bot are completely open-source, AGPLv3 licensed, and available on my GitHub.