Giter VIP home page Giter VIP logo

snapbird's Introduction

Snapbird

Better Twitter search. Find it at snapbird.org.

Running locally

Snapbird requires:

To run locally, first clone the repository:

$ git clone git://github.com/remy/snapbird.git
$ cd snapbird

Then install dependencies:

$ npm install

There are then a couple of options on how to run Snapbird:

Without foreman

The simplest way is to start Snapbird with node, but you must first set up Snapbird's configuration.

You can do this with a config.json file, or by passing the required config as environment variables.

With config.json, add your Twitter information:

{
  "TWITTER_ID": "abc123xyz789",
  "TWITTER_SECRET": "abc123xyz789abc123xyz789abc123xyz789"
}

and start with node:

$ node app.js

Or, with environment variables:

$ TWITTER_ID=MkLBRXtxgNdpvTV80Irg TWITTER_SECRET=eWFA0tf9lJglrHs1911dXqqnkCyFVzbSwDQIDTBd7s0 node app.js

The former method is recommended.

With foreman

If you have heroku's toolbelt installed then you can use foreman to start Snapbird.

To store your configuration, add a file called .env:

TWITTER_ID=abc123xyz789
TWITTER_SECRET=abc123xyz789abc123xyz789abc123xyz789

Then start with foreman:

$ foreman start

License

MIT http://rem.mit-license.org

snapbird's People

Contributors

remy avatar

Watchers

 avatar  avatar

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.