{"id":49298643,"url":"https://github.com/targetedentropy/eve-blue-zoo","last_synced_at":"2026-04-26T05:05:45.777Z","repository":{"id":39924789,"uuid":"493044109","full_name":"TargetedEntropy/eve-blue-zoo","owner":"TargetedEntropy","description":"Boilerplate Template for interacting with Eve Online via SSO and Flask","archived":false,"fork":false,"pushed_at":"2025-08-03T17:01:18.000Z","size":3875,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T18:28:30.439Z","etag":null,"topics":["esi","esipy","eveonline"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/TargetedEntropy.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,"zenodo":null}},"created_at":"2022-05-17T00:42:06.000Z","updated_at":"2025-07-03T00:23:23.000Z","dependencies_parsed_at":"2024-06-26T02:40:05.494Z","dependency_job_id":"e3a01197-4f0b-408f-a747-6e0851f2a621","html_url":"https://github.com/TargetedEntropy/eve-blue-zoo","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"54519b4e3d8e4212728939ea2c213be118751a33"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"app-generator/flask-black-dashboard","purl":"pkg:github/TargetedEntropy/eve-blue-zoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetedEntropy%2Feve-blue-zoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetedEntropy%2Feve-blue-zoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetedEntropy%2Feve-blue-zoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetedEntropy%2Feve-blue-zoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TargetedEntropy","download_url":"https://codeload.github.com/TargetedEntropy/eve-blue-zoo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetedEntropy%2Feve-blue-zoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32286273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"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":["esi","esipy","eveonline"],"created_at":"2026-04-26T05:05:45.150Z","updated_at":"2026-04-26T05:05:45.772Z","avatar_url":"https://github.com/TargetedEntropy.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eve Online Blue Zoo\r\n\r\nThis is portal for Eve Online players with features focused for users with multiple characters.\r\n\r\nIt uses the Eve Online SSO \u0026 ESI, Flask and the [Flask Dashboard Black](https://appseed.us/product/black-dashboard/flask/) template.\r\n\r\n\u003cbr /\u003e\r\n\r\n\u003e Features\r\n\r\n- Registration via Eve SSO\r\n- [Associate multiple characters](https://i.imgur.com/rZzhefv.png)\r\n- [Dashboard view of all associated added Characters](https://i.imgur.com/A8EwnC7.png)\r\n- [Display consolidated Mining Ledger details across Characters](https://i.imgur.com/BuMGulJ.png)\r\n- [SkillPoint Farm Notifications](https://i.imgur.com/U54ukKu.png) via [Discord Private DM](https://i.imgur.com/VONyNX4.png)\r\n- [Consolidated Item Blueprint view across Characters](https://i.imgur.com/BG6egoJ.png)\r\n\u003cbr /\u003e\r\n\r\n\u003e Dependencies\r\n - SQL Dumps: https://www.fuzzwork.co.uk/dump/latest/\r\n    - invItems.sql.bz2 \r\n    - invTypes.sql.bz2\r\n    - invGroups.sql.bz2\r\n    - industryBlueprints.sql.bz2\r\n    - mapSolarSystems.sql.bz2\r\n    - mapRegions.sql.bz2\r\n - [Eve Online Developer Application](https://developers.eveonline.com/applications)\r\n\r\n\u003cbr /\u003e\r\n\r\n## How to use it\r\n\r\n```bash\r\n$ # Get the code\r\n$ git clone https://github.com/TargetedEntropy/eve-blue-zoo.git\r\n$ cd eve-blue-zoo\r\n$\r\n$ # Virtualenv modules installation (Unix based systems)\r\n$ virtualenv env\r\n$ source env/bin/activate\r\n$\r\n$ # Virtualenv modules installation (Windows based systems)\r\n$ # virtualenv env\r\n$ # .\\env\\Scripts\\activate\r\n$\r\n$ # Copy the env.sample and edit it\r\n$ cp env-sample .env\r\n$ vi .env\r\n$\r\n$ # Install modules - SQLite Database\r\n$ pip3 install -r requirements.txt\r\n$\r\n$ # OR with PostgreSQL connector\r\n$ # pip install -r requirements-pgsql.txt\r\n$\r\n$ # Set the FLASK_APP environment variable\r\n$ (Unix/Mac) export FLASK_APP=run.py\r\n$ (Windows) set FLASK_APP=run.py\r\n$ (Powershell) $env:FLASK_APP = \".\\run.py\"\r\n$\r\n$ # Set up the DEBUG environment\r\n$ # (Unix/Mac) export FLASK_ENV=development\r\n$ # (Windows) set FLASK_ENV=development\r\n$ # (Powershell) $env:FLASK_ENV = \"development\"\r\n$\r\n$ # Start the application (development mode)\r\n$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)\r\n$ # --port=5000    - specify the app port (default 5000)  \r\n$ flask run --host=0.0.0.0 --port=5000\r\n$\r\n$ # Access the dashboard in browser: http://127.0.0.1:5000/\r\n```\r\n\r\n## ✨ Credits \u0026 Links\r\n\r\n- 👉 [Eve Online Swagger](https://esi.evetech.net/)\r\n- 👉 [Eve Online Developer Application](https://developers.eveonline.com/applications)\r\n- 👉 [EsiPy](https://github.com/Kyria/EsiPy)\r\n- 👉 [Flask Dashboard Black](https://appseed.us/product/black-dashboard/flask/)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetedentropy%2Feve-blue-zoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftargetedentropy%2Feve-blue-zoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetedentropy%2Feve-blue-zoo/lists"}