git clone https://github.com/jrmoha/twitter-scraper
cd twitter-scrapernpm install#start the app with default stock name and interval in minutes
node index.js
# start the app with custom stock name and interval in minutes
node index.js \<stock_name> <interval>