{"id":16653590,"url":"https://github.com/norm/monzo-explorer","last_synced_at":"2025-12-27T10:07:49.118Z","repository":{"id":66550720,"uuid":"265600639","full_name":"norm/monzo-explorer","owner":"norm","description":"Archive and explore Monzo transactions","archived":false,"fork":false,"pushed_at":"2020-05-27T06:56:30.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T17:49:49.108Z","etag":null,"topics":["banking","django","monzo","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/norm.png","metadata":{"files":{"readme":"README.markdown","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":"2020-05-20T15:01:47.000Z","updated_at":"2021-04-04T08:30:42.000Z","dependencies_parsed_at":"2023-02-28T13:31:01.301Z","dependency_job_id":null,"html_url":"https://github.com/norm/monzo-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/norm/monzo-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fmonzo-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fmonzo-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fmonzo-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fmonzo-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norm","download_url":"https://codeload.github.com/norm/monzo-explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fmonzo-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28077395,"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-12-27T02:00:05.897Z","response_time":58,"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":["banking","django","monzo","python"],"created_at":"2024-10-12T09:45:59.060Z","updated_at":"2025-12-27T10:07:49.100Z","avatar_url":"https://github.com/norm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"monzo-explorer\n==============\n\nA django app for me to archive and explore my Monzo transaction data.\n\n\nGet setup\n---------\n\nFrom a checkout of this repository, create/activate a virtualenv, then\n`pip install -r requirements.txt`.\n\nCreate a `.env` file, populated with:\n\n    PYTHONUNBUFFERED=1\n    SECRET_KEY=\"__FILL_OUT__\"\n    DEBUG=1\n    DJANGO_ALLOWED_HOSTS=\"localhost 127.0.0.1\"\n    DJANGO_PORT=8669\n    MONZO_CLIENT_KEY=\"__FILL_OUT__\"\n    MONZO_SECRET_KEY=\"__FILL_OUT__\"\n    MONZO_REDIRECT_URL=\"http://localhost:8669/callback\"\n\nGenerate a new secret key with:\n\n    from django.core.management.utils import get_random_secret_key\n    print(get_random_secret_key())\n\nCreate a new OAuth Client in the [Monzo Developer Portal][mdp]. \n\nThe Monzo client and secret keys can be found in your dev portal. Fill out\nthe name and description, and set the redirect URL to\n`http://localhost:8669/callback`. Add the `client ID` and `client secret`\nvalues to the `.env` file.\n\n\nAuthenticate with Monzo\n-----------------------\n\nRun the app with `honcho start`, and open `http://localhost:8669` in your\nbrowser. Click \"Authenticate with Monzo\" if this is the first time using it.\nAllow the app to use your data by approving the request in the Monzo app\non your phone.\n\nInitial data load\n-----------------\n\nHaving authenticated, fetch all of your transaction data:\n\n    honcho run python mange.py fetch --all\n\n*Note:* you must do this within five minutes of approving the request in\nthe app, or you will need to reauthenticate with Monzo.\n\nSubsequent data refresh\n-----------------------\n\nAt any time, you can fetch the most recent transactions:\n\n    honcho run python manage.py fetch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fmonzo-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorm%2Fmonzo-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fmonzo-explorer/lists"}