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: 2 months ago
JSON representation

Parses public court records into the JSON file.

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
```