https://github.com/gnuweeb/worldometers_scraper
Scraper Worldometer written in PHP.
https://github.com/gnuweeb/worldometers_scraper
covid19 json php scraping
Last synced: 3 months ago
JSON representation
Scraper Worldometer written in PHP.
- Host: GitHub
- URL: https://github.com/gnuweeb/worldometers_scraper
- Owner: GNUWeeb
- License: unlicense
- Created: 2022-02-18T17:28:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:11:04.000Z (over 4 years ago)
- Last Synced: 2025-10-05T05:53:52.447Z (9 months ago)
- Topics: covid19, json, php, scraping
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Worldometer Scraper
-------------------
Install PHP (Ubuntu):
sudo apt-get install php php-curl -y;
How to use:
php main.php
# This will generate covid19.json file.
--
Ammar Faizi