{"id":23107817,"url":"https://github.com/corzed/ebayitemsearch","last_synced_at":"2025-04-03T22:44:07.317Z","repository":{"id":203115700,"uuid":"670300490","full_name":"Corzed/eBayItemSearch","owner":"Corzed","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-19T01:26:23.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T10:41:53.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Corzed.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}},"created_at":"2023-07-24T18:31:26.000Z","updated_at":"2024-02-12T19:14:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ca35855-b26c-4563-be53-2204c6ea9308","html_url":"https://github.com/Corzed/eBayItemSearch","commit_stats":null,"previous_names":["corzed/ebayitemsearch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corzed%2FeBayItemSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corzed%2FeBayItemSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corzed%2FeBayItemSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corzed%2FeBayItemSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Corzed","download_url":"https://codeload.github.com/Corzed/eBayItemSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092373,"owners_count":20882217,"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":[],"created_at":"2024-12-17T01:16:14.034Z","updated_at":"2025-04-03T22:44:07.291Z","avatar_url":"https://github.com/Corzed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eBay Price Scraper\n\nThis Python project is designed to scrape eBay for item prices, calculate the median price of products, and identify potential profitable items based on certain criteria. It leverages `aiohttp` for asynchronous HTTP requests, `BeautifulSoup` for parsing HTML, and `tqdm` for progress bars. The application runs on a Flask server, making it easy to interact with through a web interface.\n\n## Features 🌟\n\n- Asynchronous web scraping\n- Median price calculation\n- Profitable item detection based on custom price thresholds\n- User-friendly web interface\n\n## Installation 🛠️\n\nBefore you can run the application, you need to install the necessary Python packages. You can do this by running the following commands in your terminal:\n\n```bash\npip install aiohttp beautifulsoup4 Flask tqdm\n```\n\n## Usage 🚀\n\nTo start the application, navigate to the project directory and run the following command:\n\n```bash\npython -m flask run --host=0.0.0.0 --port=8000\n```\n\nOnce the server is running, you can access the web interface by visiting `http://localhost:8000` in your web browser. You'll be greeted with a simple form where you can enter the details for the eBay item you want to search for.\n\n### API Endpoints\n\n- **GET /**: Displays the main form to submit your search.\n- **POST /**: Submits the form and displays the scraping results including median prices and potential profitable items.\n\n## Contributing 🤝\n\nContributions to this project are welcome! Here are some ways you can contribute:\n\n- Submitting bug reports and feature requests\n- Writing code for new features or bug fixes\n- Improving documentation\n\nPlease feel free to fork the repository and submit pull requests.\n\n## Support 📢\n\nIf you encounter any problems or have any questions, please file an issue on GitHub. Your feedback is greatly appreciated!\n\n## Acknowledgments 👏\n\n- Special thanks to the Python community for maintaining such robust libraries that make projects like this possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorzed%2Febayitemsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorzed%2Febayitemsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorzed%2Febayitemsearch/lists"}