ichverstehe / nancie

irc bot for collaborative tweeting, with a #sinatra twist.

This URL has Read+Write access

nancie / README
100644 32 lines (26 sloc) 0.575 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## Available commands:
 
In channel:
    nancie, tweet this: some interesting stuff
    nancie, follow frankieboy
    nancie, tag 1234 as foo bar
    nancie, show franky foo bar
 
In private:
    /msg nancie allow some_other_user
 
## Configuration
In config.yml:
 
    twitter:
      login: awesome
      password: something
    irc:
      nick: awesome_not
      nickserv: nickserv_password
      channel: awesome_channel
      server: irc.freenode.net
      port: 6667
    cheat:
      token: ...
    allowed:
    - user1
    - user2
 
## Extras
Nancie requires isaac >= 0.2.1