https://github.com/nazliander/scrape-nr-of-deaths-istanbul
A scraper and simple time series analysis example with Selenium and Seaborn.
https://github.com/nazliander/scrape-nr-of-deaths-istanbul
docker scraper selenium-python
Last synced: 9 months ago
JSON representation
A scraper and simple time series analysis example with Selenium and Seaborn.
- Host: GitHub
- URL: https://github.com/nazliander/scrape-nr-of-deaths-istanbul
- Owner: nazliander
- Created: 2020-04-07T16:47:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T10:26:41.000Z (over 2 years ago)
- Last Synced: 2024-12-02T15:48:54.371Z (about 1 year ago)
- Topics: docker, scraper, selenium-python
- Language: Jupyter Notebook
- Homepage:
- Size: 382 KB
- Stars: 51
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Scraper to Collect Daily # of Deaths in Istanbul
Currently the main HTML for retrieving the death numbers on a daily basis has a captcha. For that reason `app.py` cannot locate the selectors.
Please consider as an exercise project for using Selenium and PyInquiry within a Docker container.
## Scraper Installation and Re-use Instructions
A scraper and simple time series analysis example with Selenium and Seaborn.
To build the Selenium scraper:
```docker build . -t istanbul-covid```
To run it:
```docker run -it istanbul-covid```