1
0
Fork 0
tea_cah/README.md

16 lines
472 B
Markdown
Raw Normal View History

o3-base
=======
This project seeks to replace o2-base as an easy python base to build IRC bots
2017-09-06 17:50:58 +00:00
on. It is not related to the failed oonbotti3 project, but is rather based on
2017-09-06 17:49:53 +00:00
the IRC bot framework of HynneFlip.
2018-01-03 16:08:24 +00:00
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.