Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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