Git Product home page Git Product logo

node-twitter-vote-mongo-multiple's Introduction

Node – Twitter Multiple Hashtag Vote Monitor

This builds on the initial demos - the Node Basic Structure demo and the Node Twitter Wall demo.

This demo shows an example of how to hook into the Twitter streaming API to compare hashtags over a number of questions, display the results as a set of dynamic webpages and setup a collated homepage of all active questions.

Building on the basic app's structure, it uses Desmond Morris' node-twitter library to connect to Twitter.

It also uses MongoDB to store the values of the questions for each day the application is running.

Note, that you will need to add your own Twitter API keys for this demo to work when run – see the documentation for how to create one and where this needs to be added into the app.

Creating your API Key

To do this go to the Twitter developer site, Sign in, and from the menu in the top right corner click on the 'My applications' option.

Image to show the My applications option on the Twitter Devs site

Then click on create a new application in the top right of the screen, and fill out the 'Create an application' form. Once this is done, scroll to the bottom of the page to 'Your access token' and click on the 'Create my access token' button.

Image to show how to create Your Access tokens from the Twitter Dev site

The access token takes a few moments to be created, so give it a minute or so, refresh the page and you should see that Twitter has assigned your app an Access token.

There are then 4 values you need to make a note of on this page and add into the demo config.

  • Consumer key
  • Consumer secret
  • Access token
  • Access token secret

An example private config is located at config/exampleconfig-twitter.js. Open this file in your text editor of choice and look for the following block of code

local : {
	consumer_key: 'INSERT_CONSUMER_KEY_HERE',
	consumer_secret: 'INSERT_CONSUMER_SECRET_HERE',
	access_token_key: 'INSERT_ACCESS_TOKEN_KEY_HERE',
	access_token_secret: 'INSERT_ACCESS_TOKEN_SECRET_HERE'
}

Replace the variables in CAPS with the values from your own created app.

Save and rename the file as privconfig-twitter.js and run the node application in the usual way, running node index.js.

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.