# 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