2018-09-17 05:42:14 +00:00
|
|
|
# itte
|
|
|
|
|
|
|
|
A very basic Python IRC bot script.
|
|
|
|
|
|
|
|
|
|
|
|
## Example: ramenkan
|
|
|
|
|
2020-10-25 22:04:16 +00:00
|
|
|
- Install dependencies: `pip install Mastodon.py pyyaml`
|
2019-01-15 17:26:21 +00:00
|
|
|
|
2020-10-25 22:04:16 +00:00
|
|
|
- Copy the `ramenkan/config.sample.yml` as `ramenkan/default.comfig.yml` and
|
|
|
|
change the settings as applicable.
|
2018-09-17 05:42:14 +00:00
|
|
|
|
|
|
|
- Run:
|
|
|
|
|
|
|
|
```
|
|
|
|
chmod +x ramenkan.py
|
2020-10-25 22:04:16 +00:00
|
|
|
nohup python3 ramenkan.py >/dev/null 2>&1 &
|
2018-09-17 05:42:14 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2018-10-13 15:07:59 +00:00
|
|
|
BSD
|