GithubHelp home page GithubHelp logo

sutto / birdgrinder Goto Github PK

View Code? Open in Web Editor NEW
16.0 5.0 1.0 150 KB

An evented twitter client, specifically built to make it easy to build bots and the like. Inc. built in streaming / search support

Ruby 100.00%

birdgrinder's Introduction

BirdGrinder - an evented ruby twitter library

BirdGrinder is my attempt at an evented twitter library / "framework" for ruby. Based on Perennial and very much influenced by Marvin's design, even to the level of sharing a lot of code, BirdGrinder is designed to make it simple and easy to create twitter bots / clients that react to events such as processing searches / streams, automatically processing mentions and direct messages.

One example of this usage is for a twitter game - BirdGrinder was originally written for use in Nick Plante's upcoming werewolf game and has been used to write a couple of other tools (e.g. a real time updating twitter stream for a conference).

To find out more, please read docs/introduction.md

Contributing

I welcome any and all contributions, but please keep a few things in mind:

  • I have the right to decide what gets pulled in.
  • If you maintain your own version, please bump it in separate commits to actual functionality.
  • I'm an idiot because I haven't written tests yet. Sorry!

Any Questions?

Contact [email protected] or ping SuttoL on Freenode. Also, feel free to message me here on GitHub.

birdgrinder's People

Contributors

sutto avatar zapnap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

b-rich

birdgrinder's Issues

The streaming_request is broken following OAuth modifications

The request on line 48 of streaming_request.rb no longer exist because you inlined the object creation

http = EventMachine::HttpRequest.new(full_url).send(type, http_options(type, request))

Either get rid of request (in the called method too) or put back the instantiation on the previous line like before.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.