{"id":27840988,"url":"https://github.com/ikp4success/shopasource","last_synced_at":"2025-09-07T20:44:56.389Z","repository":{"id":37061261,"uuid":"153968882","full_name":"ikp4success/shopasource","owner":"ikp4success","description":"Easiest way to find best lowest price products online.","archived":false,"fork":false,"pushed_at":"2023-05-01T20:35:57.000Z","size":3707,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T17:10:26.730Z","etag":null,"topics":["async","celery","collection","css","data","data-mining","flask","flask-sqlalchemy","html","javascript","json","postgresql","python","python3","quart","scrapy","spider","spiders","webscraper","webscraping"],"latest_commit_sha":null,"homepage":"http://www.shopasource.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikp4success.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":"support.py","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-21T03:11:22.000Z","updated_at":"2025-02-24T20:59:14.000Z","dependencies_parsed_at":"2025-05-03T04:50:17.786Z","dependency_job_id":"219d70ea-b4d2-4571-b03e-dd2a5adcab3b","html_url":"https://github.com/ikp4success/shopasource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikp4success/shopasource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikp4success%2Fshopasource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikp4success%2Fshopasource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikp4success%2Fshopasource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikp4success%2Fshopasource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikp4success","download_url":"https://codeload.github.com/ikp4success/shopasource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikp4success%2Fshopasource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274094473,"owners_count":25221422,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["async","celery","collection","css","data","data-mining","flask","flask-sqlalchemy","html","javascript","json","postgresql","python","python3","quart","scrapy","spider","spiders","webscraper","webscraping"],"created_at":"2025-05-03T04:50:09.550Z","updated_at":"2025-09-07T20:44:56.360Z","avatar_url":"https://github.com/ikp4success.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHOP A SOURCE\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://github.com/timothycrosley/isort)\n[![bandit](https://github.com/PyCQA/bandit/workflows/Build%20and%20Test%20Bandit/badge.svg)](https://github.com/PyCQA/bandit)\n\n\n**Website**\n\n* https://shopasource.herokuapp.com/\n* http://www.shopasource.com/\n\n**API**\n\nhttps://github.com/ikp4success/shopasource/blob/master/api.md\n\n**About**\n\nShop A Source provide easy access to search multiple shopping websites via one source. Website users can manage products and decide what product is best. Shop A Source could also be used to compare prices of a product.\n\n**Screenshots**\n\n![s1](https://github.com/ikp4success/shopasource/blob/master/screenshots/s1.png)\n![s2](https://github.com/ikp4success/shopasource/blob/master/screenshots/s2.png)\n![s3](https://github.com/ikp4success/shopasource/blob/master/screenshots/s3.png)\n\n\nHybrid of: https://github.com/ikp4success/bestlows-java\n\n#### Python Version: 3.8+\n\n### Setup\n\n```bash\n$ make .venv\n$ make clean # cleans virtual environment folder\n```\nSetup virtual environment\n\n### Pre-commit\n\n[pre-commit](https://pre-commit.com/) installed automatically via .venv, used for linting best practices.\n\n```bash\n$ make pre-commit\n```\n\n#### Settings\n\n* Update values in configs/dev for dev environment and deploy's.\n* A template dev.json.template is provided to setup a dev.json config files.\n* Use debug.json for debugging and testing.\n* dev.json is git-ignored to protect sensitive keys.\n\n\n\n##### run flask project\n```bash\n$ make run STAGE=debug or make run  # debug is default\n\n$ make run STAGE=dev # dev runs\n```\n\n##### setup docker db for debug runs\nAssumes docker is installed on machine.\n```bash\n$ make run_db\n$ make clean_db\n$ make stop_db\n\n$ make load_db # psql interactive db shell\n```\n\n##### run flask project in docker\n```bash\n$ make run_docker  # debug is default\n# make sure db is running or ..\n$ make run_db \u0026\u0026 make run_docker\n```\n\n##### run individual spider\n```bash\n$ make run_spider SPIDER=AMAZON SEARCH_KEYWORD=shirts\n```\n\n##### deploys\nproject currently runs on Heroku, you can setup your own app-instance and deploy. for more information go to https://devcenter.heroku.com/articles/git. You could also use another service to host the project.\n\n##### other\n```bash\n$ make generate_key\n```\n\n\n**Author**\n\n* [***Immanuel George***](https://stackoverflow.com/cv/imgeorgeresume)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikp4success%2Fshopasource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikp4success%2Fshopasource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikp4success%2Fshopasource/lists"}