Mini IRC bot module in Lua
Go to file
mio 143e5b91af Simpler keepalive response (thanks desvox), change license to BSD 2018-10-13 15:07:59 +00:00
ramenkan Add toot error handling 2018-10-10 16:48:05 +00:00
.gitignore Add README 2018-09-17 05:42:14 +00:00
README.md Simpler keepalive response (thanks desvox), change license to BSD 2018-10-13 15:07:59 +00:00
itte.py Simpler keepalive response (thanks desvox), change license to BSD 2018-10-13 15:07:59 +00:00
ramenkan.py Add toot error handling 2018-10-10 16:48:05 +00:00

README.md

itte

A very basic Python IRC bot script.

Example: ramenkan

  • Copy the ramenkan/config.sample.yml as ramenkan/comfig.yml and change settings.

  • Run:

    chmod +x ramenkan.py
    nohup python3 ramenkan.py &
    

License

BSD