This is a simple project to store twitter followers count and visualize it.
Clone the project
create a .env file inside the cloned repo
npm install
update twitter access and consumer keys
consumer_key=''
consumer_secret=''
access_token_key=''
access_token_secret=''
update the Mongo database URL you want to update
database_url=''
Add the script to crontab to fetch data every hour
0 * * * * node /path_of_cloned_repo/
- Store data into MongoDB
- Display Data as Charts
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.