{"id":15757089,"url":"https://github.com/treethought/amnisiac-old","last_synced_at":"2025-09-05T15:32:30.855Z","repository":{"id":78924288,"uuid":"86887145","full_name":"treethought/amnisiac-old","owner":"treethought","description":"Stream new music from reddit and soundcloud","archived":false,"fork":false,"pushed_at":"2017-10-10T08:27:04.000Z","size":3193,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T09:11:12.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://amnisiac.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treethought.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-01T05:41:57.000Z","updated_at":"2020-10-23T16:27:24.000Z","dependencies_parsed_at":"2023-02-25T08:00:22.085Z","dependency_job_id":null,"html_url":"https://github.com/treethought/amnisiac-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treethought/amnisiac-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treethought%2Famnisiac-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treethought%2Famnisiac-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treethought%2Famnisiac-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treethought%2Famnisiac-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treethought","download_url":"https://codeload.github.com/treethought/amnisiac-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treethought%2Famnisiac-old/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273777548,"owners_count":25166353,"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-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2024-10-04T09:04:12.772Z","updated_at":"2025-09-05T15:32:30.472Z","avatar_url":"https://github.com/treethought.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============================\namnisiac\n===============================\n\nStream new music from reddit and soundcloud\n\n\nQuickstart\n----------\n\nFirst, set your app's secret key as an environment variable. For example,\nadd the following to ``.bashrc`` or ``.bash_profile``.\n\n.. code-block:: bash\n\n    export AMNISIAC_SECRET='something-really-secret'\n\nBefore running shell commands, set the ``FLASK_APP`` and ``FLASK_DEBUG``\nenvironment variables ::\n\n    export FLASK_APP=/path/to/autoapp.py\n    export FLASK_DEBUG=1\n\nThen run the following commands to bootstrap your environment ::\n\n    git clone https://github.com/treethought/amnisiac\n    cd amnisiac\n    pip install -r requirements/dev.txt\n    bower install\n    flask run\n\nYou will see a pretty welcome screen.\n\nOnce you have installed your DBMS, run the following to create your app's\ndatabase tables and perform the initial migration ::\n\n    flask db init\n    flask db migrate\n    flask db upgrade\n    flask run\n\n\nDeployment\n----------\n\nIn your production environment, make sure the ``FLASK_DEBUG`` environment\nvariable is unset or is set to ``0``, so that ``ProdConfig`` is used.\n\n\nShell\n-----\n\nTo open the interactive shell, run ::\n\n    flask shell\n\nBy default, you will have access to the flask ``app``.\n\n\nRunning Tests\n-------------\n\nTo run all tests, run ::\n\n    flask test\n\n\nMigrations\n----------\n\nWhenever a database migration needs to be made. Run the following commands ::\n\n    flask db migrate\n\nThis will generate a new migration script. Then run ::\n\n    flask db upgrade\n\nTo apply the migration.\n\nFor a full migration command reference, run ``flask db --help``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreethought%2Famnisiac-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreethought%2Famnisiac-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreethought%2Famnisiac-old/lists"}