public
Description: irc bot for collaborative tweeting, with a #sinatra twist.
Homepage:
Clone URL: git://github.com/ichverstehe/nancie.git
nancie /
name age message
file README Fri Mar 13 20:40:58 -0700 2009 cheatit [ichverstehe]
file bot.rb Mon Sep 07 15:35:19 -0700 2009 remove cheat-stuff, not relevant anymore. add e... [ichverstehe]
file config.yml.example Mon Sep 07 15:35:19 -0700 2009 remove cheat-stuff, not relevant anymore. add e... [ichverstehe]
README
## 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