Skip to content

Yet another twitter <-> IRC bridge. For openhack!

License

Notifications You must be signed in to change notification settings

jhawthorn/crowfriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowFriend

A twitter <=> irc bridge. Makes twitter as IRC-like as possible. Built using eventmachine and twitter's streaming API.

Motivation

Existing solutions (that I could find) do not use twitter's streaming API, and twitter's REST API has some very miserly rate limiting.

A project for OpenHack Victoria.

Installation

Add this line to your application's Gemfile:

gem 'crowfriend'

And then execute:

$ bundle

Or install it yourself as:

$ gem install crowfriend

Usage

Connecting

TODO

Posting

Any message typed into the channel are posted to twitter.

Follow/Unfollow

/invite jhawthorn
/kick jhawthorn

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Alternatives

About

Yet another twitter <-> IRC bridge. For openhack!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages