{"id":15103150,"url":"https://github.com/lmachens/trophy-hunter-legacy","last_synced_at":"2025-09-27T01:30:46.889Z","repository":{"id":51465142,"uuid":"163196930","full_name":"lmachens/trophy-hunter-legacy","owner":"lmachens","description":"[deprecated] Overwolf app for League of Legends","archived":true,"fork":false,"pushed_at":"2021-05-11T19:25:31.000Z","size":27526,"stargazers_count":13,"open_issues_count":9,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-21T08:34:17.675Z","etag":null,"topics":["game-development","league-of-legends","leagueoflegends","material-ui","meteorjs","nextjs","overwolf","react"],"latest_commit_sha":null,"homepage":"https://th.gl/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmachens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-26T16:11:51.000Z","updated_at":"2023-01-28T08:58:51.000Z","dependencies_parsed_at":"2022-09-04T02:52:10.852Z","dependency_job_id":null,"html_url":"https://github.com/lmachens/trophy-hunter-legacy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmachens%2Ftrophy-hunter-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmachens%2Ftrophy-hunter-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmachens%2Ftrophy-hunter-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmachens%2Ftrophy-hunter-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmachens","download_url":"https://codeload.github.com/lmachens/trophy-hunter-legacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871825,"owners_count":16554457,"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":["game-development","league-of-legends","leagueoflegends","material-ui","meteorjs","nextjs","overwolf","react"],"created_at":"2024-09-25T19:21:39.610Z","updated_at":"2025-09-27T01:30:45.508Z","avatar_url":"https://github.com/lmachens.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"__This version of Trophy Hunter is not supported anymore. Go to [Trophy Hunter](https://github.com/lmachens/trophy-hunter) for the new version.__\n\n\u003ca href='https://th.gl/'\u003e\u003cimg src=\"./.github/logo.png\" alt=\"Trophy Hunter\" align=\"right\" height=\"211\" /\u003e\u003c/a\u003e\n\n# Trophy Hunter\n\nEarn trophies while playing League of Legends, view information about your teammates and opponents and meet other hunters to play with.\n\n[Trophy Hunter](https://th.gl/) is a League of Legends app for [Overwolf](https://www.overwolf.com/).\n\n## Table of content\n\n- [Download](#download)\n- [Features](#features)\n  - [Overlay](#overlay)\n  - [Main](#main)\n- [Develop](#develop)\n  - [App](#app)\n- [Contribute](#contribute)\n\n## Download\n\nYou can download the app from the [Overwolf App Store](https://www.overwolf.com/app/trophy_hunter-trophy_hunter).\n\n## Features\n\n- Rich stats for opponents and teammates including rank, KDA, accuracy and more\n- Build Guide - not sure what is the best build for you? Trophy Hunter will - guide you in-game\n- Forget Alt-Tab! Use this app as a smart overlay in-game\n- The best part! You can earn League of Legends trophies and redeem as RP!\n\nMore details [here](https://play.overwolf.com/trophy-hunter/).\n\n### Overlay\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.github/overlay.png\" alt=\"Overlay Screenshot\" width=\"513\" /\u003e\n\u003c/p\u003e\n\n### Main\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.github/main.png\" alt=\"Main Screenshot\" width=\"513\" /\u003e\n\u003c/p\u003e\n\n## Develop\n\nClone this project with activated symlink support on Windows with `git clone -c core.symlinks=true git@github.com:lmachens/trophy-hunter.git`.\n\n### App\n\nPlease follow the instructions on [Overwolf Developer](http://developers.overwolf.com/documentation/odk-2-0-introduction/creating-your-first-app/) to get white listed and sign up on [Riot Developer](https://developer.riotgames.com/) for the Riot API key. Without these requirements, you can only use core features in your Browser.\n\n1. Install [MongoDB](https://www.mongodb.com/de/download-center) and run it on port 27017\n1. Install [Meteor](https://www.meteor.com/install)\n1. Install dependencies with `yarn \u0026\u0026 cd packages/app \u0026\u0026 meteor npm install`\n1. Copy `packages/app/template.settings.json` to `packages/app/settings.json`.\n1. Start the dev server with `meteor npm start` from `packages/app` or `yarn app` from top level. The app is available on http://localhost:3000.\n1. Download the [Developers version of Overwolf](https://download.overwolf.com/install/Download?Channel=Developers). You can skip this step if you already installed Overwolf.\n1. Start Overwolf and click on Settings (either the wrench icon on the dock, or the Settings button on the tray icon menu).\n1. Go to the Support tab, you will see a link labelled \"Development Options\". Click that.\n1. Build Overwolf app. `yarn build-overwolf`\n1. Click on \"Load unpacked extension\" and navigate to `dist/development`.\n1. The app will connect to http://localhost:3000.\n\n## Contribute\n\nContributions are always welcome! Please contact us in [Discord](https://discord.gg/8NEYhR).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmachens%2Ftrophy-hunter-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmachens%2Ftrophy-hunter-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmachens%2Ftrophy-hunter-legacy/lists"}