eh3rrera / hashtags_pusher

Node.js process that publishes tweets that contain certain hashtags to a Pusher channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hashtags_pusher

A Node.js process that publishes tweets that contains certain hashtags to a Pusher channel. Made to be used with this iOS app.

You can follow the tutorial to build this application or jump straight to the code.

Getting Started

  1. Clone this repository and cd into it.
  2. Copy config.sample.js into a config.js file to enter your Twitter and Pusher API keys.
  3. Optionally, in this file you can change the hashtags to be tracked too.
  4. Execute npm install to download dependencies.
  5. Execute node app.js to start the Node.js process.

Prerequisites

Built With

  • Pusher - APIs to enable devs building realtime features
  • Node.js - A JavaScript runtime

Acknowledgments

  • Thanks to Pusher for sponsoring this tutorial.

License

MIT

About

Node.js process that publishes tweets that contain certain hashtags to a Pusher channel

License:MIT License


Languages

Language:JavaScript 100.0%