{"id":17258097,"url":"https://github.com/albincorreya/freesound-oauth2-python-flask","last_synced_at":"2026-05-15T21:39:24.606Z","repository":{"id":50213009,"uuid":"91519625","full_name":"albincorreya/freesound-oauth2-python-flask","owner":"albincorreya","description":"A simple web app based on flask and python to download original sound files from freesound.org using oauth2 authorizsation","archived":false,"fork":false,"pushed_at":"2021-06-01T21:49:57.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T02:37:00.287Z","etag":null,"topics":["flask","freesound-api","oauth2-server","python"],"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/albincorreya.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-05-17T01:17:58.000Z","updated_at":"2017-05-19T13:38:53.000Z","dependencies_parsed_at":"2022-09-24T08:12:02.247Z","dependency_job_id":null,"html_url":"https://github.com/albincorreya/freesound-oauth2-python-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albincorreya/freesound-oauth2-python-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albincorreya%2Ffreesound-oauth2-python-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albincorreya%2Ffreesound-oauth2-python-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albincorreya%2Ffreesound-oauth2-python-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albincorreya%2Ffreesound-oauth2-python-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albincorreya","download_url":"https://codeload.github.com/albincorreya/freesound-oauth2-python-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albincorreya%2Ffreesound-oauth2-python-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["flask","freesound-api","oauth2-server","python"],"created_at":"2024-10-15T07:19:32.438Z","updated_at":"2026-05-15T21:39:24.585Z","avatar_url":"https://github.com/albincorreya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# freesound-oauth2-python-flask\nA simple web app based on flask and python to download original sound files from freesound.org using oauth2 authorization. T\n\nNOTE : If you want much more sophiscated and scalable search, filtering and effective downloads, use the [freesound-python client library](https://github.com/MTG/freesound-python), you can also find some simple cases in the repo. An oauth2 example can be found [here](https://github.com/albincorreya/smc_masterthesis2017/blob/master/fs_text_search_oauth2downloader.py).\n\nCode optimised from [kemitche's repository](https://gist.github.com/kemitche/9749639).\n\n\n## Setup\n\n1. Install dependencies from requirements.txt. Ideally create a [virtualenv](http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/) and install the requirements\n\n2. Apply for your freesound API key from [here](http://freesound.org/apiv2/apply/) and update it in the code\n\n3. [IMPORTANT] Set your \"callback_url\" as http://localhost:5000/freesound_callback\n\n4. Open terminal and navigate to your working directory and run the code.\n\n  In Mac\n\n      $ export FLASK_APP=freesound_oauth2.py\n      $ flask run\n\n  In Windows\n\n      $ export FLASK_APP=freesound_oauth2.py\n      $ python -m flask run\n \n 5. Open your web browser with url http://localhost:5000 and authorise your app.\n \n_________________________\n \n Find flask documentation [here](http://flask.pocoo.org/docs/0.12/quickstart/#a-minimal-application)\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbincorreya%2Ffreesound-oauth2-python-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbincorreya%2Ffreesound-oauth2-python-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbincorreya%2Ffreesound-oauth2-python-flask/lists"}