itte/README.md

24 lines
292 B
Markdown
Raw Normal View History

2018-09-17 05:42:14 +00:00
# itte
A very basic Python IRC bot script.
## Example: ramenkan
2019-01-15 17:26:21 +00:00
- Install dependencies: Mastodon.py pyyaml
2018-09-17 16:27:05 +00:00
- Copy the `ramenkan/config.sample.yml` as `ramenkan/comfig.yml` and change
settings.
2018-09-17 05:42:14 +00:00
- Run:
```
chmod +x ramenkan.py
nohup python3 ramenkan.py &
```
## License
BSD