mio
4220f76690
- 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 |
||
---|---|---|
ramenkan | ||
.gitignore | ||
README.md | ||
itte.py | ||
ramenkan.py |
README.md
itte
A very basic Python IRC bot script.
Example: ramenkan
-
Install dependencies: Mastodon.py pyyaml
-
Copy the
ramenkan/config.sample.yml
asramenkan/default.comfig.yml
and change the settings as applicable. -
Run:
chmod +x ramenkan.py nohup python3 ramenkan.py >/dev/null 2>&1 &
License
BSD