{"id":19892630,"url":"https://github.com/r3nzthecodegod/discord-token-generator","last_synced_at":"2025-10-06T04:27:07.234Z","repository":{"id":103818569,"uuid":"390876152","full_name":"R3nzTheCodeGOD/Discord-Token-Generator","owner":"R3nzTheCodeGOD","description":"Discord user token generator","archived":false,"fork":false,"pushed_at":"2021-07-29T23:49:01.000Z","size":7,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T18:53:24.888Z","etag":null,"topics":["auth-token","discord","discord-token","generator","token"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R3nzTheCodeGOD.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}},"created_at":"2021-07-29T23:40:00.000Z","updated_at":"2025-04-21T05:13:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"604e20e5-9ba8-49d2-b6b8-bcb00222a715","html_url":"https://github.com/R3nzTheCodeGOD/Discord-Token-Generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R3nzTheCodeGOD/Discord-Token-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3nzTheCodeGOD%2FDiscord-Token-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3nzTheCodeGOD%2FDiscord-Token-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3nzTheCodeGOD%2FDiscord-Token-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3nzTheCodeGOD%2FDiscord-Token-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R3nzTheCodeGOD","download_url":"https://codeload.github.com/R3nzTheCodeGOD/Discord-Token-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3nzTheCodeGOD%2FDiscord-Token-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261682995,"owners_count":23193686,"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":["auth-token","discord","discord-token","generator","token"],"created_at":"2024-11-12T18:24:30.330Z","updated_at":"2025-10-06T04:27:02.216Z","avatar_url":"https://github.com/R3nzTheCodeGOD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" \u003e\n\n[![Python](https://img.shields.io/badge/language-Python-4B8BBE.svg?style=plastic)](https://en.wikipedia.org/wiki/Python_(programming_language)) \n[![Discord](https://img.shields.io/badge/App-Discord-7289DA.svg?style=plastic)](https://discord.com/)\n[![License](https://img.shields.io/github/license/R3nzTheCodeGOD/Discord-Token-Generator.svg?style=plastic)](LICENSE)\n[![Issues](https://img.shields.io/github/issues/R3nzTheCodeGOD/Discord-Token-Generator.svg?style=plastic)](https://github.com/R3nzTheCodeGOD/R3nzCS/issues)\n\n# Discord Token Generator\n\n# How does it work  \n\n\u003c/div\u003e\n\n\u003cimg width=550 align=\"right\" src=\"https://images-ext-1.discordapp.net/external/daqtkfm2MQZAiBpqC7jNZ6ZCKKpJ6e9MaSfCHcbDDFA/https/i.imgur.com/7WdehGn.png?width=992\u0026height=488\"\u003e\n\nA discord token basically consists of 3 parts.\n* UserID\n* Token Creation Time\n* Random\n\nThe first of these, the userid part, can be simply created and you will find the first head of a user's token, but finding the rest is pure luck.\n\n\n\n## let's calculate\n\nLet's do some math for this and find out in how many tries we will find the user token for sure.\n\n* With this generator we always know the first side\n* the middle part must be 5 characters and consist of 62 different characters = **62\u003csup\u003e5\u003c/sup\u003e**\n* and we come to the last part, this one consists of 27 characters and 64 different characters = **64\u003csup\u003e27\u003c/sup\u003e**\n\n```py\nprint((62 ** 5) + (64 ** 27))\n\u003e\u003e\u003e Output: 5846006549323611672814739330865132078624646304736\n```\nhere is the result\n\n`5,846,006,549,323,611,672,814,739,330,865,132,078,624,646,304,736`\n\n**I hope you understand what I mean. Generators are not as cool as you think, on the contrary, they are unnecessary, but if you still want to try, read the usage section below.**\n\n## Usage\n\nFirst, clone the repository and then go into the `main.py` file and configure the `id` part and the `thread` part according to you, now it's ready to run, run it by typing `py main.py`\n\n`Note:` Install libraries that are not installed using pip.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3nzthecodegod%2Fdiscord-token-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3nzthecodegod%2Fdiscord-token-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3nzthecodegod%2Fdiscord-token-generator/lists"}