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.
- Host: GitHub
- URL: https://github.com/coderooz/scraper_json
- Owner: coderooz
- License: cc0-1.0
- Created: 2024-06-25T04:35:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T04:56:56.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:36:23.048Z (about 1 year ago)
- Topics: json, python3, scraping-websites
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._