Mini IRC bot module in Lua
Go to file
mio 4220f76690 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:22:13 +00:00
ramenkan Add cli flag for specifying config file 2020-10-25 22:22:13 +00:00
.gitignore Add cli flag for specifying config file 2020-10-25 22:22:13 +00:00
README.md Add cli flag for specifying config file 2020-10-25 22:22:13 +00:00
itte.py Add cli flag for specifying config file 2020-10-25 22:22:13 +00:00
ramenkan.py Add cli flag for specifying config file 2020-10-25 22:22:13 +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/default.comfig.yml and change the settings as applicable.

  • Run:

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

License

BSD