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).
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!
- Python 3.8 or higher (recommended)
- Dependencies specific to each script (specified in their respective directories)
-
Clone the repository:
git clone https://github.com/bautitobal/web-scrapping cd web-scrapping
-
Install dependencies: Depending on the script, install the necessary dependencies. For example:
pip install requests beautifulsoup4
-
Run the script: Replace
app.py
with the actual script name.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.