This is a twitter bot that tweets a live count of corona cases, deaths(including percentages), and recoveries(also percentages) through web scraping worldometers.info.
Click the link here to see the twitter bot in action: https://twitter.com/LiveCoronaCount
**It has been recently taken down
- Node.js - JS runtime environment
- Puppeteer - Node library fro Chrome Access
- Cheerio - JQuery parser for html data
- worldometers.info - Live Count Source
- Heroku - Cloud Service Host
- Mustafa Abdulrahman - Primary Creator - Mustaballer
- Used Readme template from PurpleBooth
- Thanks codingtrain for teaching about twitter API