{"id":16725304,"url":"https://github.com/veerendra2/metacritic-flask-api","last_synced_at":"2026-05-19T11:05:56.758Z","repository":{"id":102105245,"uuid":"478525228","full_name":"veerendra2/metacritic-flask-api","owner":"veerendra2","description":"Simple flask API scraps metacritic website","archived":false,"fork":false,"pushed_at":"2022-04-06T15:14:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T05:17:46.449Z","etag":null,"topics":["beautifulsoup4","docker-compose","flask-api","pip3","scraper","waitress"],"latest_commit_sha":null,"homepage":"","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/veerendra2.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":"2022-04-06T11:14:28.000Z","updated_at":"2022-05-18T16:05:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bd940e7-d3dd-43a0-8e0a-88e20be206ea","html_url":"https://github.com/veerendra2/metacritic-flask-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fmetacritic-flask-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fmetacritic-flask-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fmetacritic-flask-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fmetacritic-flask-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veerendra2","download_url":"https://codeload.github.com/veerendra2/metacritic-flask-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746234,"owners_count":20341203,"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":["beautifulsoup4","docker-compose","flask-api","pip3","scraper","waitress"],"created_at":"2024-10-12T22:48:46.500Z","updated_at":"2026-05-19T11:05:51.721Z","avatar_url":"https://github.com/veerendra2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metacritic API\n\nFetchs game detail from [http://www.metacritic.com](http://www.metacritic.com/game/playstation-4). More details in [tests](./tests/README.md)\n\n## Run\n* With `docker-compose`\n```\n## Review docker-compose.yml and start the deployment\n$ docker-compose up -d --build\n$ cd tests\n$ python3 test.py\n```\n* With `cli`\n```\n$ pip3 install -e .\n$ export PORT=8081\n$ export URL=http://www.metacritic.com/game/playstation-4\n$ metacritic_api \nINFO:Serving on http://0.0.0.0:8081\n```\n## More Details\n* This application is written in Python Flask packed in pypi style, fetch game details and exposes 2 GET HTTP methods(More details in [tests](./tests/README.md))\n* The application internally uses `waitress` server to serve requests.\n* In `docker-compose` deployment, the nginx container acts as proxy which configuration can be seen[here](/nginx-proxy.conf) for metacritic-api container\n\n## Tests\nPlease refer [tests](./tests/README.md) directory\n\n## Tear Down\n* `docker-compose`\n```\n$ docker-compose down\n```\n* `cli`\n```\n$ pip3 uninstall metacritic_api\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveerendra2%2Fmetacritic-flask-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveerendra2%2Fmetacritic-flask-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveerendra2%2Fmetacritic-flask-api/lists"}