You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 5 years ago | |
CC0 | 4 years ago | |
README.md | 4 years ago | |
bot.conf.example | 1 year ago | |
botcmd.py | 1 year ago | |
cardcast_api.py | 3 years ago | |
channel.py | 5 years ago | |
constants.py | 1 year ago | |
cron.py | 6 years ago | |
dump_deck.py | 3 years ago | |
gameloop.py | 1 year ago | |
ircbot.py | 1 year ago | |
line_handling.py | 5 years ago | |
random_deck.py | 4 years ago |
README.md
TeA CaH
TeA is a simple Cards Against Humanity bot for IRC. It is based on o3-base.
Name
For the time being it stands for tāsh-e-ākramak 'aggressive cards', but if a better Hindi / Urdu name cames along, I'll change it. A previous CAH bot in our channel was called CardsAgainstIRC, shortened CaI. I always read it as "chai", so I thought naming this one in Hindi but having it shorted to "tea" made sense.
Thanks to Shikhin for tāsh-e-ākramak.
Using
Copy bot.conf.example
to bot.conf
and run python3 ircbot.py
. You can also
test the game logic by doing python3 gameloop.py
directly.
dump_deck.py
and random_deck.py
are stand-alone toola for interacting with
Cardcast API. They use cardcast_api.py
to do the requests.
License
Everything in this repo is under CC0.