Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENGLISH

🖼️ WebScraperImages

Python Status License


Created by:

@sebastiancoronadev 

www.codexstudiove.com


🚀 About the Project

A high-performance image scraper designed to automatically extract and download visual assets. It can capture both direct <img> tags and CSS background-image resources from virtually any target URL.

🛠️ Tech Stack

Tool Purpose
Python Development language
Requests HTTP request handling
BeautifulSoup4 HTML parsing and extraction

📋 Requirements

Make sure Python 3.7+ is installed.

pip install requests beautifulsoup4

▶️ How to Use

1. Clone the repository

git clone https://github.com/sebastiancoronadev/WebScraperImages.git
cd WebScraperImages

2. Configuration: Open scraper.py and modify the target_url variable.

3. Run:

python scraper.py

💡 Inspiration / Credits

This project was independently developed as a personal programming challenge. The technical idea and motivation for building my own version came after exploring the repository of @SamuelPerezCO, whose workflow served as inspiration.

⚖️ License

Distributed under the MIT License. See LICENSE for details.


ESPAÑOL

🖼️ WebScraperImages

Python Status License


Creado por:

@sebastiancoronadev 

www.codexstudiove.com


🚀 Acerca del Proyecto

Un scraper de imágenes de alto rendimiento diseñado para extraer y descargar recursos visuales de forma automatizada. Permite capturar tanto etiquetas <img> directas como imágenes de fondo (background-image) desde cualquier URL objetivo.

🛠️ Tecnologías

Herramienta Propósito
Python Lenguaje de desarrollo
Requests Gestión de peticiones HTTP
BeautifulSoup4 Parseo y extracción de HTML

📋 Requisitos

Asegúrate de tener instalado Python 3.7+.

pip install requests beautifulsoup4

▶️ Cómo usar

1. Clonar el repositorio

git clone https://github.com/sebastiancoronadev/WebScraperImages.git
cd WebScraperImages

2. Configuración: Abre scraper.py y modifica la variable url_objetivo.

3. Ejecución

python scraper.py

💡 Inspiración / Créditos

Este proyecto fue desarrollado de forma independiente como un reto personal de programación. La idea técnica y la motivación para construir mi propia versión surgieron al observar el repositorio de @SamuelPerezCO, a quien agradezco por la inspiración en el flujo de trabajo.

⚖️ Licencia

Distribuido bajo la licencia MIT. Consulta LICENSE para más información.

About

Automated visual asset extractor in Python, powered by Requests and BeautifulSoup. / Extractor automatizado de recursos visuales en Python, impulsado por Requests y BeautifulSoup.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages