{"id":25699506,"url":"https://github.com/abenezeradane/mercury","last_synced_at":"2026-06-13T12:33:24.350Z","repository":{"id":279142931,"uuid":"530882434","full_name":"abenezeradane/Mercury","owner":"abenezeradane","description":"A fast and efficient eBay webscraper implemented using Beautiful Soup, developed on commission while freelancing","archived":false,"fork":false,"pushed_at":"2022-11-10T03:33:05.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T02:44:32.092Z","etag":null,"topics":["beautifulsoup","cli","cli-app","command-line-tool","dataclasses","lxml","multiprocessing","python","requests"],"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/abenezeradane.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,"publiccode":null,"codemeta":null}},"created_at":"2022-08-31T00:40:59.000Z","updated_at":"2023-01-21T00:55:59.000Z","dependencies_parsed_at":"2025-02-24T02:44:34.189Z","dependency_job_id":"3ad5e22a-696d-4045-9153-913c67e548b4","html_url":"https://github.com/abenezeradane/Mercury","commit_stats":null,"previous_names":["abenezeradane/mercury"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abenezeradane/Mercury","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenezeradane%2FMercury","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenezeradane%2FMercury/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenezeradane%2FMercury/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenezeradane%2FMercury/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abenezeradane","download_url":"https://codeload.github.com/abenezeradane/Mercury/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenezeradane%2FMercury/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34285190,"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-13T02:00:06.617Z","response_time":62,"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":["beautifulsoup","cli","cli-app","command-line-tool","dataclasses","lxml","multiprocessing","python","requests"],"created_at":"2025-02-25T03:15:32.851Z","updated_at":"2026-06-13T12:33:24.309Z","avatar_url":"https://github.com/abenezeradane.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mercury\n\nA fast and efficient eBay webscraper implemented using Beautiful Soup \n\n### Installation\n```bash\n# Clone the repo\n$ git clone https://github.com/PB020/Mercury.git\n\n# Change the working directory\n$ cd mercury\n\n# Create virtual enviroment\n$ python -m venv .env\n$ .env/Scripts/activate # Windows\n$ .env/bin/activate # Linux/MacOS\n\n# Install requirements\n$ pip install -U -r requirements.txt\n```\n\n### Usage\n```bash\nusage: mercury.py [-h] [--url URL] [--file FILE] [--output OUTPUT]\n\nA fast and efficient eBay product webscraper\n\noptional arguments:\n  -h, --help       show this help message and exit\n  --url URL        URL of an eBay product ('https://www.ebay.com/itm/...')\n  --file FILE      Path to a file containing ONLY eBay product URLs\n  --output OUTPUT  CSV filename where parsed data should be saved\n```\n\n**Note:** If no URL or file is provided, the script *will* terminate.\n\n### Example\n```bash\n# Single URL\n$ mercury.py --url \"https://www.ebay.com/itm/...\"\n\n# File containing URLs\n$ mercury.py --file \"input.txt\"\n\n# Output to CSV\n$ mercury.py --url \"https://www.ebay.com/itm/...\" --output \"output.csv\"\n```\n\n### Output\n```csv\nITEM_NUMBER,NAME,CONDITION,PRICE,URL\n...,...,...,...,...\n```\n\n### Dependencies\nWeb Scraping:\n* [lxml](https://pypi.org/project/lxml/)\n* [requests](https://pypi.org/project/requests/)\n* [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)\n\nCLI:\n* [argparse](https://pypi.org/project/argparse/)\n* [colorama](https://pypi.org/project/colorama/)\n\nMultiprocessing:\n* [multiprocessing](https://pypi.org/project/multiprocessing/)\n### License\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenezeradane%2Fmercury","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabenezeradane%2Fmercury","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenezeradane%2Fmercury/lists"}