{"id":28003095,"url":"https://github.com/pedroh183/imagescapture","last_synced_at":"2026-04-25T21:33:06.342Z","repository":{"id":266319448,"uuid":"896667405","full_name":"PedroH183/ImagesCapture","owner":"PedroH183","description":"Selenium-powered web scraper with pattern-based flexibility. Sends results to Telegram \u0026 DB. Automate data extraction.","archived":false,"fork":false,"pushed_at":"2025-04-11T01:08:59.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T01:49:49.959Z","etag":null,"topics":["ddd-patterns","patterns-design","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PedroH183.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-01T01:15:19.000Z","updated_at":"2025-04-11T01:09:03.000Z","dependencies_parsed_at":"2024-12-03T17:48:36.088Z","dependency_job_id":"6f230b75-7ee0-422b-b457-1f35315f23c8","html_url":"https://github.com/PedroH183/ImagesCapture","commit_stats":null,"previous_names":["pedroh183/imagescapture"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PedroH183/ImagesCapture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroH183%2FImagesCapture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroH183%2FImagesCapture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroH183%2FImagesCapture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroH183%2FImagesCapture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PedroH183","download_url":"https://codeload.github.com/PedroH183/ImagesCapture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroH183%2FImagesCapture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddd-patterns","patterns-design","python","selenium"],"created_at":"2025-05-09T01:49:48.158Z","updated_at":"2026-04-25T21:33:06.331Z","avatar_url":"https://github.com/PedroH183.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImagesCapture\n\nA web scraping application that captures product information from Mercado Livre, stores it in a PostgreSQL database, and sends notifications via Telegram.\n\n## 📋 Overview\n\nThis project uses Selenium to scrape product information from Mercado Livre (specifically searching for \"Acer Predator\" products by default). \n\n## Features\n\n- Automated web scraping using Selenium with headless Chrome\n- PostgreSQL database integration for data storage\n- Telegram bot integration for real-time notifications\n- Containerized setup with Docker and Docker Compose\n- Dependency injection pattern for better code organization\n\n## Tech Stack\n\n- **Python 3.10+**\n- **Selenium**: Web automation and scraping\n- **PostgreSQL**: Database storage\n- **Docker \u0026 Docker Compose**: Containerization\n- **Python Telegram Bot**: Telegram integration\n- **psycopg2**: PostgreSQL adapter for Python\n\n## Running\n\n1. Build and start the containers:\n   ```bash\n   docker-compose up -d\n   ```\n\n## Project Structure\n\n```\nImagesCapture/\n├── app.py                  # Main application entry point\n├── docker-compose.yml      # Docker Compose configuration\n├── dockerfile              # Docker configuration\n├── infra/                  # Infrastructure code\n│   └── database/           # Database connection and queries\n├── makefile                # Build automation\n├── requirements.txt        # Python dependencies\n├── services/               # Service modules\n│   ├── CaptureImages/      # Web scraping service\n│   └── TelegramBot/        # Telegram notification service\n└── utils/                  # Utility classes\n    ├── DependencyInjector/ # Dependency injection implementation\n    └── Singleton/          # Singleton pattern implementation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroh183%2Fimagescapture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroh183%2Fimagescapture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroh183%2Fimagescapture/lists"}