Mini IRC bot module in Lua
Go to file
mio 8d262f2fb1 Add cli flag for specifying config file
- Add cli flag for specifying config file
  (This allows running multiple running instances)
- Fix channel joins by waiting for server reply (thanks benharri)
- Remove toot commands from help message (unannounced feature)
- Update readme
2020-10-25 22:28:31 +00:00
ramenkan Add cli flag for specifying config file 2020-10-25 22:28:31 +00:00
.gitignore Add cli flag for specifying config file 2020-10-25 22:28:31 +00:00
README.md Add cli flag for specifying config file 2020-10-25 22:28:31 +00:00
itte.py Add cli flag for specifying config file 2020-10-25 22:28:31 +00:00
ramenkan.py Add cli flag for specifying config file 2020-10-25 22:28:31 +00:00

README.md

itte

A very basic Python IRC bot script.

Example: ramenkan

  • Install dependencies: pip install Mastodon.py pyyaml

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

  • Run:

    chmod +x ramenkan.py
    nohup python3 ramenkan.py >/dev/null 2>&1 &
    

License

BSD