{"id":20152024,"url":"https://github.com/biwin/wrapper","last_synced_at":"2026-05-08T22:31:52.255Z","repository":{"id":62589569,"uuid":"89257982","full_name":"biwin/wrapper","owner":"biwin","description":"Some random api wrappers","archived":false,"fork":false,"pushed_at":"2017-04-26T16:40:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T00:15:09.758Z","etag":null,"topics":["api-wrapper","barcode-api","ean-api","ean-client","locu-api","spoonacular-api","walmart-api","zomato-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biwin.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}},"created_at":"2017-04-24T15:38:33.000Z","updated_at":"2017-04-26T15:50:49.000Z","dependencies_parsed_at":"2022-11-03T17:01:17.695Z","dependency_job_id":null,"html_url":"https://github.com/biwin/wrapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/biwin/wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fwrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fwrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fwrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fwrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biwin","download_url":"https://codeload.github.com/biwin/wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fwrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32800031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-wrapper","barcode-api","ean-api","ean-client","locu-api","spoonacular-api","walmart-api","zomato-api"],"created_at":"2024-11-13T23:08:20.413Z","updated_at":"2026-05-08T22:31:52.241Z","avatar_url":"https://github.com/biwin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapper\n\nA wrapper around several APIs.\n\nResponse is a request object, which is much extendable for custom error handling.\n\nThe Available APIs are:\n\n    EANData\n    Locu\n    Spoonacular\n    Walmart\n    Zomato\n\n\n# API Methods\n\n\n### EANData\n```python\nfrom wrapper import EANData\n\nx = EANData'API_KEY')\n\nx.get_barcode_data('ean_code')\n```\n\n### Locu\n```python\nfrom wrapper import Locu\n\nx = Locu('API_KEY')\n\nsearch_restaurant(**kwargs)\nget_restaurant_details(venue_id)\nget_restuarants_with_menu(query)\n```\n\n### Spoonacular\n```python\nfrom wrapper import Spoonacular\n\nx = Spoonacular('API_KEY')\n\nget_recipe_by_ingredients(ingredients='ingredient1,ingredient2,ingredient3')\nget_recipe_by_id(recipe_id='recipe_id')\ngenerate_meal_plan(**kwargs)\nmap_ingredients_to_grocery(data)\nget_random_recipe(**kwargs)\nsearch_recipies(**kwargs)\n```\n\n### Walmart\n```python\nfrom wrapper import Walmart\n\nx = Walmart('API_KEY')\n\nsearch_item(term)\nget_food_products(category_id)\nproduct_recommendation(product_id)\nproduct_history(product_id)\nget_item_review(product_id)\nget_best_sellers(category_id)\nget_rollback_items(category_id)\nget_clearance_items(category_id)\nstore_locator(**kwargs)\n# kwargs examples for store_locator\n# city :string ('New York')\n# zip :string (10001)\n# cordinates :string ('lat,lon') ('40.7128,74.0059')\n```\n\n### Zomato\n```python\nfrom wrapper import Zomato\n\nx = Zomato('API_KEY')\n\nget_categories()\nget_city(**kwargs)\nget_collections(**kwargs)\nget_cuisines(**kwargs)\nget_restaurant_types(**kwargs)\nsearch(**kwargs)\nget_top_restaurants(location_id, entity_type='city')\nget_daily_menu(restaurant_id)\ngeocode(latlon)\nget_restaurant_details(restaurant_id)\nget_restaurant_review(restaurant_id)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiwin%2Fwrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiwin%2Fwrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiwin%2Fwrapper/lists"}