{"id":29581176,"url":"https://github.com/iderr/dealabs-api","last_synced_at":"2025-07-19T19:13:15.378Z","repository":{"id":54183096,"uuid":"101544038","full_name":"IDerr/dealabs-api","owner":"IDerr","description":"Dealabs API","archived":false,"fork":false,"pushed_at":"2025-06-14T23:47:48.000Z","size":10,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T00:29:23.336Z","etag":null,"topics":["api","dealabs","deals"],"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/IDerr.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}},"created_at":"2017-08-27T10:05:12.000Z","updated_at":"2025-06-14T23:47:51.000Z","dependencies_parsed_at":"2022-08-13T08:40:13.754Z","dependency_job_id":null,"html_url":"https://github.com/IDerr/dealabs-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IDerr/dealabs-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fdealabs-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fdealabs-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fdealabs-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fdealabs-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IDerr","download_url":"https://codeload.github.com/IDerr/dealabs-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDerr%2Fdealabs-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265994149,"owners_count":23861238,"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":["api","dealabs","deals"],"created_at":"2025-07-19T19:13:14.865Z","updated_at":"2025-07-19T19:13:15.356Z","avatar_url":"https://github.com/IDerr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEALABS API \n\n## Installation\nUsing pip\n``` {.sourceCode .bash}\n$ pip install git+https://github.com/IDerr/dealabs-api.git\n```\nUsing source code\n``` {.sourceCode .bash}\n$ git clone https://github.com/IDerr/dealabs-api.git\n$ cd dealabs-api\n$ sudo python setup.py install\n```\nAnd voila\n\n## Use the API\n\nExamples are available [here](https://github.com/IDerr/dealabs-api/tree/master/example)\n\nFirst, import the Dealabs object \n\n```python\nfrom dealabs import Dealabs\ndealabs = Dealabs()\n```\n### Get hot deals\n\n```python\n#?days=1\u0026page=0\u0026limit=25\nparams = {\n    \"days\": \"1\", # can be 1, 7 or 30 days\n    \"page\": \"1\", # page number\n    \"limit\":\"25\" # article per page\n}\ndealabs.get_deals_hot(params=params)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiderr%2Fdealabs-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiderr%2Fdealabs-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiderr%2Fdealabs-api/lists"}