Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.