Inspiration

I play Cards Against Humanity a lot, and I wanted to play with some old school friends, but they're scattered all over the country. I figured this would be a good time to learn a Bot API.

What it does

It sets up a room (just the one room), which you join by adding it on Telegram; it's functionally the same as any other game of Cards Against Humanity, except there is no Card Czar; instead, all users vote.

How I built it

Python 3.5, using the Telegram API documentation and the Telepot documentation.

Challenges I ran into

Async in Python; exhausting memory in certain instances.

Accomplishments that I'm proud of

A solution was designed and made in under twelve hours.

What I learned

Bot API, API's in general (especially for messengers). Python asynchronous methods, too.

Built With

  • python-3.5
  • telepot
Share this project:

Updates