Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lovelaced/grocerygetter

IRC bot which takes strings (groceries, in this case) and sticks them in a textfile.
https://github.com/lovelaced/grocerygetter

Last synced: 6 days ago
JSON representation

IRC bot which takes strings (groceries, in this case) and sticks them in a textfile.

Awesome Lists containing this project

README

        

# listbot

## IRC bot which performs various SUPER USEFUL functions

**Usage:** python irc.py config.json

Commands can be seen by typing .help.

prefers python 3.5

Config Syntax
```
{
"server" : "irc.rizon.net", <- server address
"port" : 6697, <- server port
"bot_nick" : "listbot", <- nick of bot, 0 for random nick
"channels" : ["#bots", "#test"], <- list of channels to connect to
"password" : "bot123", <- password of bot, 0 for no password
"prefix" : "." <- command prefix so commands start with $prefix
}
```