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.
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"
}
In the project directory, to install all of the required dependencies, run:
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.