1
0
Fork 0
A simple Cards Against Humanity bot
Go to file
Juhani Krekelä f4795934d3 First commit (of the CaH bot) 2019-05-05 23:39:50 +03:00
.gitignore Read config from a configuration file 2018-01-03 18:08:24 +02:00
README.md Read config from a configuration file 2018-01-03 18:08:24 +02:00
UNLICENSE First commit 2017-09-04 22:00:01 +03:00
bot.conf.example Read config from a configuration file 2018-01-03 18:08:24 +02:00
botcmd.py Only pass bytestrings (and not bytearrays) to user code 2018-06-14 10:50:30 +03:00
cardcast_api.py First commit (of the CaH bot) 2019-05-05 23:39:50 +03:00
channel.py Add support for closing the channel 2018-03-30 23:14:24 +03:00
constants.py Add API.set_nick, .set_channels, .log 2018-02-25 21:03:05 +02:00
cron.py Add ping timeouting 2017-12-10 17:43:39 +02:00
dump_deck.py First commit (of the CaH bot) 2019-05-05 23:39:50 +03:00
gameloop.py First commit (of the CaH bot) 2019-05-05 23:39:50 +03:00
ircbot.py Add irc.quit() 2018-08-19 19:52:42 +03:00
line_handling.py Only pass bytestrings (and not bytearrays) to user code 2018-06-14 10:50:30 +03:00
random_deck.py First commit (of the CaH bot) 2019-05-05 23:39:50 +03:00

README.md

o3-base

This project seeks to replace o2-base as an easy python base to build IRC bots on. It is not related to the failed oonbotti3 project, but is rather based on the IRC bot framework of HynneFlip.

Setup

Copy bot.conf.example to bot.conf and run python3 ircbot.py to bring up the bot skeleton, which can be used as a very quick and dirty IRC client. User code goes in botcmd.py.

License

Everything in this repo is under UNLICENSE / CC0.