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

https://github.com/coderooz/scraper_json

This repo stores the files of a simple project that helps in scraping a website easily by storeing he path of the target tag in a dictionary.
https://github.com/coderooz/scraper_json

json python3 scraping-websites

Last synced: 9 months ago
JSON representation

This repo stores the files of a simple project that helps in scraping a website easily by storeing he path of the target tag in a dictionary.

Awesome Lists containing this project

README

          

# scraper_json
This repo stores the files of a simpl project that helps in scraping a website easily by storeing he path of the target tag in a dictionary.

## Requirements:
- BeautifulSoup : For extracting the data for the html.
- FileHandler: Handles file related tasks.
- Requester (requests): Preforms requests.
- DataHandler: Performs data related tasks.

_The files `Requester`, `DataHandler` & `FileHandler` can be found in this repository https://github.com/coderooz/My_simple_functions._