An open API service indexing awesome lists of open source software.

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

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.