itte/README.md

24 lines
348 B
Markdown

# 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