Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lovelaced/grocerygetter
- Owner: lovelaced
- Created: 2015-06-30T05:07:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T23:34:01.000Z (over 8 years ago)
- Last Synced: 2024-12-06T21:27:32.281Z (25 days ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```