{"id":29662985,"url":"https://github.com/burberius/pvetracker","last_synced_at":"2026-04-17T08:05:55.420Z","repository":{"id":76853355,"uuid":"97458700","full_name":"burberius/pvetracker","owner":"burberius","description":"EVE Online Tracker for PvE activities","archived":false,"fork":false,"pushed_at":"2025-07-26T14:11:37.000Z","size":3473,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T19:57:11.676Z","etag":null,"topics":["eve-online","java","spring-boot"],"latest_commit_sha":null,"homepage":"https://www.pvetracker.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burberius.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2017-07-17T09:25:16.000Z","updated_at":"2025-07-26T14:11:40.000Z","dependencies_parsed_at":"2025-07-07T10:49:42.441Z","dependency_job_id":"226874a0-525e-47db-8948-2c87a112aac6","html_url":"https://github.com/burberius/pvetracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burberius/pvetracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2Fpvetracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2Fpvetracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2Fpvetracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2Fpvetracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burberius","download_url":"https://codeload.github.com/burberius/pvetracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burberius%2Fpvetracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["eve-online","java","spring-boot"],"created_at":"2025-07-22T11:06:36.297Z","updated_at":"2026-04-17T08:05:55.386Z","avatar_url":"https://github.com/burberius.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](http://jenkins.cyno.space/jenkins/buildStatus/icon?job=GitHub%20pvetracker)](http://jenkins.cyno.space/jenkins/job/GitHub%20pvetracker/)\n[![Coverage](http://sonar.cyno.space/api/badges/measure?key=net.troja.eve:pvetracker\u0026metric=coverage)](http://sonar.cyno.space/dashboard?id=net.troja.eve%3Apvetracker)\n[![Tech Debt](http://sonar.cyno.space/api/badges/measure?key=net.troja.eve:pvetracker\u0026metric=sqale_debt_ratio)](http://sonar.cyno.space/dashboard?id=net.troja.eve%3Apvetracker)\n\n# PvE Tracker\nEVE Online Tracker for PvE activities - to log all your PvE activities and get an overview about the money you earn per hour, spawn probability of faction rat, every loot value per site...\n\n## Test system and communication\nThere is a public test system where you can have a look at the latest stage of the development: http://pve.cyno.space/\n\nIf you have any questions or a problem, please join discord here: https://discord.gg/kFNUgwE\n\n## Features\n* Login via Eve SSO\n* Track current system and ship (from ESI)\n* Track\n  * Name/Type of site\n  * Duration of the site\n  * Loot\n  * If the site escalated\n  * If a faction rat spawned\n* Reports about\n  * Money earned per hour (overall, last month...)\n  * Spawn probability of faction rat\n  * Average loot value (overall, per type)\n  * Highes loot value (overall, per type)\n\n## Usage\nYou need a mysql database as storage, create a database and user. The tables\nwill be created automatically.\n\nCreate your own application credentials at https://developers.eveonline.com/applications\n\nThen checkout and build the project with\n```shell\nmvn clean package\n```\n\nCreate a file *application.yml* with the following content:\n```yaml\nsecurity:\n  oauth2:\n    client:\n      clientId: overwrite-me\n      clientSecret: overwrite-me\nspring:\n  datasource:\n    url: jdbc:mysql://localhost:3306/pve?verifyServerCertificate=false\u0026useSSL=false\u0026requireSSL=false\u0026characterEncoding=UTF-8\n    username: pve\n    password: pve\n```\nChange the clientId, ClientSecret and database settings accordingly.\n\nStart it with\n```shell\njava -jar target/pvetoday.jar\n```\n\nOpen in your browser the url: http://localhost:8080\n\n## Dependency\n * [autocomplete.js](https://github.com/autocompletejs/autocomplete.js)\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburberius%2Fpvetracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburberius%2Fpvetracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburberius%2Fpvetracker/lists"}