Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psycojoker/ii-bot-formula
saltstack formulas to deploy an irc bot based on ii
https://github.com/psycojoker/ii-bot-formula
Last synced: 14 days ago
JSON representation
saltstack formulas to deploy an irc bot based on ii
- Host: GitHub
- URL: https://github.com/psycojoker/ii-bot-formula
- Owner: Psycojoker
- Created: 2014-01-12T19:33:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-25T08:37:06.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T18:01:40.871Z (7 months ago)
- Language: Scheme
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ii-bot
======Salt stack formula to deploy an IRC bot based on ii and a combinaison of small tools.
Example pillar
==============```yaml
ii-bots:
bot_name:
servers:
irc.freenode.net:
chans:
- chan1
- chan2
rss:
some_unique_name:
url: http://www.example.com/rss.xml
chan: chan1
twitter_search:
some_unique_name:
query: chocolate OR icecream
chan: chan2
twitter:
some_unique_name_like_the_account_one:
oauth_access_token:
oauth_access_secret:
chans:
- chan1
- chan2
```Note: everytime you see "some_unique_name*" this mean that you can put as many key as you want.