{"id":20401813,"url":"https://github.com/bpevs/tft_rollbot","last_synced_at":"2026-01-21T22:33:00.658Z","repository":{"id":38062919,"uuid":"447766723","full_name":"bpevs/tft_rollbot","owner":"bpevs","description":"A TFT Ultimate Bravery Rollbot for Discord and Terminal","archived":false,"fork":false,"pushed_at":"2024-08-09T06:17:14.000Z","size":326,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:22:31.724Z","etag":null,"topics":["deno","discord-bot","tft"],"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/bpevs.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":"2022-01-13T22:08:14.000Z","updated_at":"2024-08-09T06:17:15.000Z","dependencies_parsed_at":"2023-12-06T02:59:31.205Z","dependency_job_id":"45bf6ffc-8c99-4615-afce-c7e27e91236c","html_url":"https://github.com/bpevs/tft_rollbot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bpevs/tft_rollbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ftft_rollbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ftft_rollbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ftft_rollbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ftft_rollbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpevs","download_url":"https://codeload.github.com/bpevs/tft_rollbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ftft_rollbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","discord-bot","tft"],"created_at":"2024-11-15T04:51:52.075Z","updated_at":"2026-01-21T22:33:00.642Z","avatar_url":"https://github.com/bpevs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rollbot\n\nA TFT Ultimate Bravery Rollbot for Discord and Terminal\n\nBot for rolling ultimate bravery for TFT.\n\nIf inputing multiple players, avoid giving people the same comps.\n\n## Development\n\nUses [Deno](https://deno.land/) both for discord server, and for terminal.\n\n| Use                | Command                                            |\n| ------------------ | -------------------------------------------------- |\n| Run as CLI utility | `deno run ./source/cli.ts [playerNames ...]`       |\n| Run Discord Bot    | Create a .env file with the token, the run: `make` |\n\n## Usage\n\n### Discord Bot\n\n#### Rolling for a single player\n\n```\n/roll\n```\n\n```\nTFT RollBot (Season 6):\n\n  King: Graves\n  Team: Academy + Twinshot\n```\n\n#### Rolling for a group of players\n\n```\n/roll @player1 @player2 @player3\n```\n\n```\nTFT RollBot (Season 6):\n\n@player1\n  King: Quinn\n  Team: Sniper + Mercenary\n\n@player2\n  King: DingerDonger\n  Team: Innovator + Socialite\n\n@player3\n  King: Jinx\n  Team: Twinshot + Imperial\n```\n\n### CLI Utility\n\n#### Setup\n\n1. Install [Deno](https://deno.land/)\n\n2. Install Rollbot:\n   `deno install --name=roll https://raw.githubusercontent.com/ivebencrazy/tft-rollbot/master/source/cli.ts`\n\nYou should now be able to call the `roll` command.\n\n#### Roll for a Single Player\n\n```\nroll\n```\n\n```\nTFT RollBot (Season 6):\n\n  King: Twisted Fate\n  Team: Arcanist + Yordle\n```\n\n#### Rolling for a group of players\n\n```\nroll @player1 @player2 @player3\n```\n\n```\nTFT RollBot (Season 6):\n\n@player1\n  King: Twitch\n  Team: Assassin + Academy\n\n@player2\n  King: Caitlyn\n  Team: Sniper + Clockwork\n\n@player3\n  King: Urgot\n  Team: Arcanist + Imperial\n```\n\n#### Options\n\nNOTE: There are not currently implemented.\n\n`--include-all` By default, we ignore 1-2 champion sets. This includes them.\n\n`--no-dedupe` By default, we try to distribute traits and kings so that two\npeople don't have the same trait and don't have the same king. Adding no-dedupe\noption means all traits are completely random.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpevs%2Ftft_rollbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpevs%2Ftft_rollbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpevs%2Ftft_rollbot/lists"}