{"id":18800031,"url":"https://github.com/davesimoes/web-scraping","last_synced_at":"2026-01-03T09:30:18.869Z","repository":{"id":224605602,"uuid":"763722424","full_name":"DaveSimoes/Web-Scraping","owner":"DaveSimoes","description":"The goal of this project is to provide a basic structure for web scraping HTML pages and collecting specific data. The main script (main.py) initializes a WebScraper object and calls the scrape() method to collect data from a specific URL.","archived":false,"fork":false,"pushed_at":"2024-02-27T04:42:25.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:32:36.155Z","etag":null,"topics":["collect","collect-date","html","python","scraper","scraper-engine","scraper-python","scraper-web","webscraper-website","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaveSimoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-26T20:00:17.000Z","updated_at":"2024-02-26T22:57:48.000Z","dependencies_parsed_at":"2024-02-26T21:25:36.855Z","dependency_job_id":"ff2ca64c-2b6b-450f-a1bf-c463c87b706b","html_url":"https://github.com/DaveSimoes/Web-Scraping","commit_stats":null,"previous_names":["davesimoes/web-scraping"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2FWeb-Scraping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2FWeb-Scraping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2FWeb-Scraping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveSimoes%2FWeb-Scraping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveSimoes","download_url":"https://codeload.github.com/DaveSimoes/Web-Scraping/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239728997,"owners_count":19687439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["collect","collect-date","html","python","scraper","scraper-engine","scraper-python","scraper-web","webscraper-website","webscraping"],"created_at":"2024-11-07T22:17:27.582Z","updated_at":"2026-01-03T09:30:18.832Z","avatar_url":"https://github.com/DaveSimoes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraping Project\r\n\r\nThis is a web scraping project in Python that uses BeautifulSoup for HTML parsing and requests for making HTTP requests.\r\n\r\n## Description\r\n\r\nThe goal of this project is to provide a basic structure for web scraping HTML pages and collecting specific data. The main script (`main.py`) initializes a `WebScraper` object and calls the `scrape()` method to collect data from a specific URL.\r\n\r\n## Features\r\n\r\n- **Modular Structure:** The project is organized into modules, separating the main script from the scraping logic (`scraper.py`), allowing for easy extension and customization.\r\n\r\n- **Dependency Management:** Dependencies are listed in the `requirements.txt` file, making it easy to install and manage project dependencies.\r\n\r\n- **Gitignore Configuration:** The repository includes a `.gitignore` file to exclude unnecessary files and directories from version control.\r\n\r\n- **Contributions Welcome:** Contributions are welcome through issues or pull requests, making it a collaborative project.\r\n\r\n- **License:** The project is licensed under the MIT License, providing flexibility for use and modification.\r\n\r\n## Prerequisites\r\n\r\nEnsure you have Python installed on your machine. It is recommended to create a virtual environment before installing dependencies.\r\n\r\n```bash\r\npython -m venv venv\r\nsource venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\r\n```\r\n\r\nInstall the dependencies:\r\n\r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\nHow to Use\r\n\r\n1. Clone this repository:\r\n\r\n```bash\r\ngit clone https://github.com/DaveSimoes/web_scraping_project.git\r\ncd web_scraping_project\r\n```\r\n\r\n2. Install dependencies:\r\n\r\n```bash\r\npip install -r requirements.txt\r\n\r\n```\r\n\r\n3. Run the main script:\r\n\r\n```bash\r\npython src/main.py\r\n```\r\n\r\n\r\n\r\n### Contribution\r\n\r\nContributions are welcome! Feel free to open an issue or submit a pull request.\r\n\r\n### License\r\n\r\nThis project is licensed under the MIT License.\r\n\r\nNote: This project is just a basic example. Make sure to understand and respect the terms of service of the websites you are scraping.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavesimoes%2Fweb-scraping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavesimoes%2Fweb-scraping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavesimoes%2Fweb-scraping/lists"}