Skip to content

ganeshrajadev/twitter_followers_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Followers Backup and Visualize

This is a simple project to store twitter followers count and visualize it.

Usage

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/

Pending

  • Store data into MongoDB
  • Display Data as Charts

Contributing

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.

License

Apache License 2.0

About

A simple node script to backup Followers counts of Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published