Skip to content

Node experiment to build a twitter search for users using RxJS

Notifications You must be signed in to change notification settings

onetruebob/twitter-user-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-user-search

Node experiment to build a twitter search for users using RxJS

##To setup:

Create a JSON file called twitterSecrets.json with the following:

{
    "consumer_key": "",
    "consumer_secret": "",
    "access_token_key": "",
    "access_token_secret": ""
}

Available here: https://apps.twitter.com/

Populate the searchTerms.json array with the list of user titles you'd like to search for.

Install npm dependencies

npm install

Run it

node index.js

About

Node experiment to build a twitter search for users using RxJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published