e-caste / boggle-telegram-bot

A Telegram bot to play boggle (ITA: il paroliere) with friends
https://t.me/boggle_paroliere_bot
GNU General Public License v3.0
1 stars 0 forks source link

boggle-telegram-bot

[Supported Python versions]() GitHub license

How it works

Dark magic, Python 🐍, and the python_telegram_bot library.
This bot allows potentially infinite players to play Boggle at the same time, while keeping the social distance required in these trying times.

Some cool (πŸ†’!) features:

This bot also has persistency, so that it can save all your stats to a database that will survive at least a restart (but I can't promise anything in case of a zombie apocalypse).

How to play

You can find this bot at https://t.me/boggle_paroliere_bot. Add it to a group chat to play!

How to host

If you want to run this bot on your own server, you need at least Python 3.6 and to follow these simple steps:

There is no noticeable improvement by using PyPy instead of CPython.