Add README

trunk
mio 2018-09-17 05:42:14 +00:00
parent 0c3ba15173
commit d5f882303e
3 changed files with 23 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ __pycache__/
*$py.class
*.swp
*config.yml
nohup.out
*/config.yml

21
README.md 100644
View File

@ -0,0 +1,21 @@
# itte
A very basic Python IRC bot script.
## Example: ramenkan
- Edit `ramenkan/config.sample.yml` to change settings as appropriate.
- Run:
```
chmod +x ramenkan.py
nohup python3 ramenkan.py &
ctrl + c
```
## License
AGPLv3

0
ramenkan.py 100644 → 100755
View File