itte/README.md

22 lines
251 B
Markdown
Raw Normal View History

2018-09-17 05:42:14 +00:00
# itte
A very basic Python IRC bot script.
## Example: ramenkan
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
AGPLv3