https://github.com/dan-niles/ceb-schedule-scraper
A selenium script to scrape power-cut schedules and group information from ceb.lk
https://github.com/dan-niles/ceb-schedule-scraper
python scraper selenium webdriver
Last synced: about 1 month ago
JSON representation
A selenium script to scrape power-cut schedules and group information from ceb.lk
- Host: GitHub
- URL: https://github.com/dan-niles/ceb-schedule-scraper
- Owner: dan-niles
- Created: 2022-05-04T11:18:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T19:52:09.000Z (almost 4 years ago)
- Last Synced: 2025-11-22T19:03:25.060Z (7 months ago)
- Topics: python, scraper, selenium, webdriver
- Language: Python
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ceb-schedule-scraper
## To get started
### Install selenium-wire...
pip install selenium-wire
### Setup your proxy... (optional)
To use a proxy, add "SCRAPER_PROXY" as env variable in your machine, containing the full connection url of your proxy., Authentication is supported:
"SCRAPER_PROXY" = "https://user:pass@domain:port/
### Install CromeDriver
Get chromedriver for your OS here: [https://chromedriver.chromium.org/downloads](https://chromedriver.chromium.org/downloads).
Place chromedriver in your PATH or in the same folder as the python file and run the script.