{"id":26647709,"url":"https://github.com/ledouxm/lol-elo-charts","last_synced_at":"2025-09-10T00:41:09.270Z","repository":{"id":192241385,"uuid":"628427786","full_name":"ledouxm/lol-elo-charts","owner":"ledouxm","description":"Receive LoL elo notifications on a Discord channel","archived":false,"fork":false,"pushed_at":"2025-07-01T20:14:39.000Z","size":5038,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T20:35:31.371Z","etag":null,"topics":["discord-bot","league-of-legends"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ledouxm.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":"2023-04-15T23:04:12.000Z","updated_at":"2025-07-01T20:14:42.000Z","dependencies_parsed_at":"2024-04-14T17:47:05.206Z","dependency_job_id":"15f61ffe-349c-4acf-86d1-95e7db91c7be","html_url":"https://github.com/ledouxm/lol-elo-charts","commit_stats":null,"previous_names":["ledouxm/lol-elo-charts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ledouxm/lol-elo-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledouxm%2Flol-elo-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledouxm%2Flol-elo-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledouxm%2Flol-elo-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledouxm%2Flol-elo-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ledouxm","download_url":"https://codeload.github.com/ledouxm/lol-elo-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledouxm%2Flol-elo-charts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269788081,"owners_count":24475871,"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-08-10T02:00:08.965Z","response_time":71,"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":["discord-bot","league-of-legends"],"created_at":"2025-03-24T23:56:35.537Z","updated_at":"2025-08-10T21:11:04.433Z","avatar_url":"https://github.com/ledouxm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"League of Legends LP tracking Discord bot\n\n# Features\n\n## Game and LP logging\n\n![Alt text](images/LPDifference.png)\n\n## Bet on games\n\n![Alt text](images/bets.png)\n\n## Daily recaps with chart\n\n![Alt text](images/recap.png)\n\n## Discord leaderboard\n\n![Alt text](images/lpleaderboard.png)\n\n# Available commands\n\n```\n/addsummoner NAME\n/removesummoner NAME\n/listsummoners\n\n/bet POINTS NAME WIN\n/listbets\n/mybets\n\n/lpleaderboard\n/pointsleaderboard\n```\n\n# Local development\n\n`pnpm install`\n\n## Bot\n\n-   Create an applications on Discord developer portal ([https://discord.com/developers/applications](https://discord.com/developers/applications))\n-   Copy `.env.dist` to `.env` and fill it with your variables, you can find BOT_TOKEN into the \"Bot\" section on the previously created Discord app\n-   `docker compose up -d`\n-   `pnpm core dev`\n\n## Templates\n\n-   Generate styles.css with `pnpm templates panda`\n-   Run the app that generate the graph with `pnpm templates dev`\n\n### Create a template\n\nCreate a new file `packages/templates/YourTemplate.tsx`, it should start with\n\n```tsx\n    import { setContext, type DefaultProps } from './utils';\n\n    export const MatchDetails = (props: DefaultProps) =\u003e {\n        setContext(props);\n\n        const { match, participant } = props;\n```\n\nOnce your template is created, you have to :\n\n-   register its dimensions in `packages/core/src/features/details/templates.tsx` in the `dimensions` variable\n-   register its command name in `packages/core/src/commands/buttons.ts`\n-   edit the `getComponentsRow` function to add the button to discord messages in `packages/core/src/features/lol/elo.ts`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledouxm%2Flol-elo-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fledouxm%2Flol-elo-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledouxm%2Flol-elo-charts/lists"}