{"id":15724501,"url":"https://github.com/drkane/ngo-explorer","last_synced_at":"2025-03-13T00:31:27.682Z","repository":{"id":34457975,"uuid":"160173669","full_name":"drkane/ngo-explorer","owner":"drkane","description":"Data tool to help international development NGOs to navigate charity commission data. Project partners: The Sheffield Institute for International Development, David Kane, CharityBase","archived":false,"fork":false,"pushed_at":"2025-02-17T21:03:04.000Z","size":6044,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-26T18:11:47.695Z","etag":null,"topics":["charity","flask","international-development","python","python-requests"],"latest_commit_sha":null,"homepage":"https://ngoexplorer.org/","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/drkane.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":"2018-12-03T10:28:46.000Z","updated_at":"2025-02-17T21:03:07.000Z","dependencies_parsed_at":"2024-10-24T19:01:41.426Z","dependency_job_id":"cd6fe818-1626-4fba-bc23-7ff59767739d","html_url":"https://github.com/drkane/ngo-explorer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkane%2Fngo-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkane%2Fngo-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkane%2Fngo-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkane%2Fngo-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drkane","download_url":"https://codeload.github.com/drkane/ngo-explorer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318767,"owners_count":20272136,"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":["charity","flask","international-development","python","python-requests"],"created_at":"2024-10-03T22:16:53.152Z","updated_at":"2025-03-13T00:31:27.662Z","avatar_url":"https://github.com/drkane.png","language":"Python","readme":"# Development Charities Data Explorer\n\nData tool to help international development NGOs to navigate charity commission data.\n\n[![Python linting](https://github.com/drkane/ngo-explorer/actions/workflows/pythonlint.yml/badge.svg)](https://github.com/drkane/ngo-explorer/actions/workflows/pythonlint.yml)\n[![Pytest](https://github.com/drkane/ngo-explorer/actions/workflows/pythontest.yml/badge.svg)](https://github.com/drkane/ngo-explorer/actions/workflows/pythontest.yml)\n[![Github Issues](https://img.shields.io/github/issues/drkane/ngo-explorer.svg?style=popout\u0026logo=github)](https://github.com/drkane/ngo-explorer/issues)\n[![Licence](https://img.shields.io/github/last-commit/drkane/ngo-explorer.svg?style=popout\u0026logo=github)](https://github.com/drkane/ngo-explorer)\n\n## Project partners:\n\n- [Global Development Institute (GDI, University of Manchester)](http://siid.group.shef.ac.uk/)\n- [Sheffield Institute for International Development (SIID, University of Sheffield)](https://www.gdi.manchester.ac.uk/)\n- [David Kane](https://dkane.net/)\n- [Find that Charity](https://findthatcharity.uk/)\n\n## About this app\n\nThis app uses [Flask](http://flask.pocoo.org/) to fetch and display data from\n[Find that Charity](https://findthatcharity.uk/).\n\n## Installing app using dokku\n\nOn dokku server:\n\n```bash\n# create app\ndokku apps:create ngo-explorer\n\n# enable domains\ndokku domains:enable ngo-explorer\ndokku domains:add ngo-explorer example.com\n\n# letsencrypt\ndokku plugin:install https://github.com/dokku/dokku-letsencrypt.git\ndokku config:set --no-restart ngo-explorer DOKKU_LETSENCRYPT_EMAIL=your@email.tld\ndokku letsencrypt ngo-explorer\n\n# setup volume storage\nmkdir -p /var/lib/dokku/data/storage/ngo-explorer\nchown -R dokku:dokku /var/lib/dokku/data/storage/ngo-explorer\nchown -R 32767:32767 /var/lib/dokku/data/storage/ngo-explorer\ndokku storage:mount ngo-explorer /var/lib/dokku/data/storage/ngo-explorer:/app/storage\ndokku config:set --no-restart ngo-explorer DATA_CONTAINER=/app/storage\n```\n\n## Styles\n\nA custom build of tachyons is maintained in \u003chttps://github.com/drkane/ngo-explorer-tachyons\u003e.\n\nColours used include:\n\n- yellow: `#f9af42` ![](https://dummyimage.com/50x20/f9b042/000\u0026text=+)\n- dark-green: `#043942` ![](https://dummyimage.com/50x20/043942/000\u0026text=+)\n- green: `#237756` ![](https://dummyimage.com/50x20/237756/000\u0026text=+)\n- light-green: `#0ca777` ![](https://dummyimage.com/50x20/0ca777/000\u0026text=+)\n\n## Translations\n\nUpdate translations if base text changes\n\n```\npybabel extract -F babel.cfg --copyright-holder=\"NGO Explorer\" --project=\"NGO Explorer\" --msgid-bugs-address=\"email@example.net\" -o messages.pot .\npybabel update -i messages.pot -d translations\n```\n\nCreate a file for translations\n\n```\npybabel init -i messages.pot -d translations -l de\n```\n\nCompile the new transations\n\n```\npybabel compile -d translations\n```\n\n## Compile javascript\n\nWe use webpack and [babel](https://babeljs.io/setup#installation) to compile javascript - this\nminimises the size of the javascript files, and makes sure that we can target older\nbrowsers.\n\n```\nnpm run build\n```\n\n## Run tests\n\n```\npython -m pytest -p no:warnings\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkane%2Fngo-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrkane%2Fngo-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkane%2Fngo-explorer/lists"}