Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurbaaz27/scraping-assignment
Parses public court records into the JSON file.
https://github.com/gurbaaz27/scraping-assignment
selenium-python selenium-webdriver web-scraping webdriver
Last synced: 7 days ago
JSON representation
Parses public court records into the JSON file.
- Host: GitHub
- URL: https://github.com/gurbaaz27/scraping-assignment
- Owner: gurbaaz27
- Created: 2020-08-12T06:39:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:37:51.000Z (over 4 years ago)
- Last Synced: 2024-11-14T12:11:43.350Z (2 months ago)
- Topics: selenium-python, selenium-webdriver, web-scraping, webdriver
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Scraping Assignment*
## Requirements
* Python
* Selenium
* Web-Driver## Usage
* Clone the repo:
```bash
git clone link-to-repo
```
* Install the dependencies
```
pip install -r requirements.txt
```
* Run the file
```
python main.py
```