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

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

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.