Add README
This commit is contained in:
parent
0c3ba15173
commit
d5f882303e
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ __pycache__/
|
|||||||
*$py.class
|
*$py.class
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
*config.yml
|
nohup.out
|
||||||
|
*/config.yml
|
||||||
|
21
README.md
Normal file
21
README.md
Normal 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
Normal file → Executable file
0
ramenkan.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user