A UI for the Twitter API. Build a query, have the query run in the cloud with real time monitoring and save the results to a database.
- Twitter API access
- node.js
- a DocumentStore database (we recommend mongoDB)
- Typescript
- Clone the repo
- Add your Twitter API bearertoken to the source
- Add your DocumentStore database details to the source
- Build the project (run
tscfrom the repo root) - Run the server (run
node serverfrom the server folder) - Access the scraper client page from
http:\\localhost - Enter your query/ies and hit run