Mini IRC bot module in Lua
Go to file
mio cdc722510b Update readme 2019-01-15 17:26:21 +00:00
ramenkan Add toot error handling 2018-10-10 16:48:05 +00:00
.gitignore Update readme 2019-01-15 17:26:21 +00:00
README.md Update readme 2019-01-15 17:26:21 +00:00
itte.py Update readme 2019-01-15 17:26:21 +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

  • Install dependencies: Mastodon.py pyyaml

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

  • Run:

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

License

BSD