Skip to content

loopstrangest/reply-spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reply Spy

Reply Spy uses publicly available twitter data to find recent replies and show a ranked display of a user's recent repliers.

This project was created with with node-twitter-api-v2, Express.js, and Konva.

Twitter API Bearer Token Required

A Bearer Token from the Twitter API is needed to fetch the data this project uses. Follow Twitter's instructions for developers, then add a keys.json file to the project directory with the following data:

{

"bearer_token": "replace_with_your_bearer_token"

}

Installation Required

In the project directory, to install all of the required dependencies, run:

npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

About

Check out your top twitter reply guys

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors