{"id":31154743,"url":"https://github.com/hatixntsoa/web.scraper","last_synced_at":"2026-06-29T16:31:43.663Z","repository":{"id":271736960,"uuid":"861639237","full_name":"hatixntsoa/web.scraper","owner":"hatixntsoa","description":"A Simple Web Scraper made with Python","archived":false,"fork":false,"pushed_at":"2025-08-25T10:57:40.000Z","size":421,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-19T00:03:04.250Z","etag":null,"topics":["pypi","python","web-scraper"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyscrap-tool","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/hatixntsoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-23T09:09:41.000Z","updated_at":"2025-11-24T04:01:01.000Z","dependencies_parsed_at":"2025-01-09T16:19:36.286Z","dependency_job_id":"63f00317-e7cc-4e73-927b-d6a3c040a47f","html_url":"https://github.com/hatixntsoa/web.scraper","commit_stats":null,"previous_names":["h471x/web_scraper","hatixntsoa/web.scraper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hatixntsoa/web.scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fweb.scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fweb.scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fweb.scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fweb.scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatixntsoa","download_url":"https://codeload.github.com/hatixntsoa/web.scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fweb.scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34935337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["pypi","python","web-scraper"],"created_at":"2025-09-18T19:32:45.457Z","updated_at":"2026-06-29T16:31:43.635Z","avatar_url":"https://github.com/hatixntsoa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyScrap Tool\n\n\u003cp align=\"center\"\u003e\n \u003cimg height=\"150\" src=\"https://raw.githubusercontent.com/hatixntsoa/web.scraper/master/imgs/pyscrap.png\"/\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e\n\n``pyscrap-tool`` is a Python-based web scraping utility that allows users to extract data from specified web pages. It provides options to scrape specific HTML tags and presents the data in a structured format, including the ability to save results to a CSV file.\n\n\u003c/p\u003e\n\n### Contents\n\n[Features](#features) |\n[Installation](#installation) |\n[Build from scratch](#option-2-build-from-source) |\n[Usage](#usage) |\n[Example Usage](#example-usage) |\n[Development](#development) |\n[Contributing](#contributing)\n\n\u003c/div\u003e\n\n## Features\n\n- **Command-Line Interface (CLI)**: Easily scrape data directly from the terminal using command-line arguments.\n- **Custom HTML Tag Scraping**: Specify which HTML tag to scrape from the webpage, allowing for flexible data extraction.\n- **Data Output**: Print scraped data to the console and save it to a CSV file for further analysis.\n- **Versioning**: Check the version of the tool using command-line options.\n\n## Installation\n\n### Option 1: Install from PyPI\n\nTo install `pyscrap-tool` directly from PyPI:\n\n```bash\npip install pyscrap-tool\n```\n\n### Option 2: Build from Source\n\nFor those who prefer to build it themselves:\n\n1. Clone the repository and navigate to the project directory:\n\n   ```bash\n   git clone https://github.com/hatixntsoa/web.scraper.git\n   cd web.scraper\n   ```\n\n2. Build the package:\n\n   ```bash\n   python setup.py sdist bdist_wheel\n   ```\n\n3. Install the package:\n\n   ```bash\n   pip install dist/*.whl\n   ```\n\n## Usage\n\nOnce the package is installed, you can use the `pyscrap` command from the terminal. The script accepts the following command-line arguments:\n\n- **URL**:\n  - `-l` or `--link`: Specify the URL of the webpage to scrape.\n\n- **HTML Tag**:\n  - `-t` or `--tag`: Specify the HTML tag to scrape (e.g., `article`, `div`).\n\n- **Version**:\n  - `-v` or `--version`: Display the version of the tool.\n\n### Example Usage\n\n1. **Basic Scrape**:\n   ```bash\n   pyscrap -l https://example.com -t article\n   ```\n\n2. **Display Version**:\n   ```bash\n   pyscrap -v\n   ```\n\n3. **Help Option**:\n   For help with command-line options, use:\n   ```bash\n   pyscrap -h\n   ```\n\n## Development\n\nTo modify or extend the functionality, ensure you have the required dependencies installed. You can add new features to the CLI as needed.\n\n## Contributing\n\nFeel free to fork this repository, open issues, or submit pull requests with improvements or bug fixes. Your contributions help make the `PyScrap Tool` better!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fweb.scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatixntsoa%2Fweb.scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fweb.scraper/lists"}