https://github.com/bautitobal/web-scrapping
This is my Web Scrapping Scripts for Python
https://github.com/bautitobal/web-scrapping
python-scraper scrapping-python web-scraping-python web-scrapping
Last synced: 10 days ago
JSON representation
This is my Web Scrapping Scripts for Python
- Host: GitHub
- URL: https://github.com/bautitobal/web-scrapping
- Owner: bautitobal
- License: mit
- Created: 2024-06-23T01:34:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:26:01.000Z (over 1 year ago)
- Last Synced: 2024-10-26T07:41:14.240Z (over 1 year ago)
- Topics: python-scraper, scrapping-python, web-scraping-python, web-scrapping
- Language: Python
- Homepage:
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Scraping Scripts Repository
Welcome to my **Web Scraping Scripts Repository!** This repository contains various *Python* scripts designed for web scraping purposes. Each script focuses on extracting specific data from different websites, providing flexibility for a wide range of scraping tasks **(will update this as I learn new and more advanced methods, so if you want to help me you can do it with a Pull Request)**.
---
## Overview
This repository is organized into different directories, each containing scripts tailored for specific scraping tasks. Currently, it includes the following directories:
- `web-scrapping/`
- `movie_scrapper/`: Contains scripts for scraping movie scripts from websites.
Feel free to explore each directory to find scripts that match your scraping needs!
## Requirements
- Python 3.8 or higher (recommended)
- Dependencies specific to each script (specified in their respective directories)
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/bautitobal/web-scrapping
cd web-scrapping
```
2. **Install dependencies**:
Depending on the script, install the necessary dependencies. For example:
```bash
pip install requests beautifulsoup4
```
3. **Run the script:**
Replace `app.py` with the actual script name.
## Contributions
Contributions to enhance existing scripts or add new scraping functionalities are welcome. Please fork the repository, make your changes, and submit a pull request if you want.
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.