{"id":19421460,"url":"https://github.com/2m4u/coldwarmodderstatus","last_synced_at":"2025-04-14T15:08:17.500Z","repository":{"id":110818383,"uuid":"371950203","full_name":"2M4U/ColdwarModderStatus","owner":"2M4U","description":"Animated Discord Status For Call of Duty Cold War Modders.","archived":false,"fork":false,"pushed_at":"2021-06-01T09:09:00.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T03:51:13.598Z","etag":null,"topics":["callofduty","coldwar","discord","ps4","ps5","rpc","xbox"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/2M4U.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-05-29T11:02:20.000Z","updated_at":"2024-10-29T10:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"71772aab-0129-4998-a45a-8c7ad3d163bf","html_url":"https://github.com/2M4U/ColdwarModderStatus","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/2M4U%2FColdwarModderStatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2M4U%2FColdwarModderStatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2M4U%2FColdwarModderStatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2M4U%2FColdwarModderStatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2M4U","download_url":"https://codeload.github.com/2M4U/ColdwarModderStatus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904640,"owners_count":21180835,"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":["callofduty","coldwar","discord","ps4","ps5","rpc","xbox"],"created_at":"2024-11-10T13:28:22.027Z","updated_at":"2025-04-14T15:08:17.452Z","avatar_url":"https://github.com/2M4U.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coldwar Modder Status\n\nAnimate your custom status for advertising your Coldwar Modded Lobbies.\n\n#### _DISCLAIMER_\n***I am not responsible for any bans resulting in using this. Use at your own risk.***\n\n#### Example Display\n\u003cimg src=\"https://cdn.discordapp.com/attachments/805157329128783912/848797321449963540/unknown.png\" alt=\"Example\"\u003e\u003c/img\u003e\n\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FRudementalHack%2FColdwarModderStatus\u0026count_bg=%23B76E79\u0026title_bg=%23555555\u0026icon=riotgames.svg\u0026icon_color=%23000000\u0026title=Repository+Views\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n\n\n---\n\n# Requirements\n- [NodeJS](https://nodejs.org/en/)\n- [Basic JSON knowledge](https://www.json.org/)\n- [Basic Understanding of Discord Developer Applications](https://discord.dev)\n\n# Installation\n1. Download repository\n2. Unzip\n3. Open a command prompt inside the folder\n4. Enter `npm install`\n5. Adjust your `config.json` - [Read More](#Config)\n6. Enter `node status.js` or `node .`\n\n# Config\n- token `String`: Enter your secret discord token **NEVER SHARE THIS WITH ANYONE** - [How to get your token](#how-to-get-your-token)\n- handleRatelimit `Boolean`: Set to `true` to handle Discord ratelimits, the script will wait until the ratelimit expires instead of the `timeout` value (**This is untested, so it might not work**)\n- animation `Array`:\n\t- text `String`: Text to display as custom status\n\t- emojiID `String|null`: Emoji ID of the emoji you want to display or `null` for nothing\n\t- emojiName `String|null`: Emoji name of the emoji you want to display or `null` for nothing\n\t- timeout `Number`: Amount in **milliseconds** how long to wait before continuing to the next one (Note: Don't go below 10000ms)\n\t\nCustom Button Status:\n\n- client_id: Go to https://discord.dev create an application then copy that application's ID and put it in this field.\n\n- assets: \n\t- image_key: you can change this on https://discord.dev \n- button_one:\n\t- label_url: you can change this to your own Youtube Link.\n- button_two:\n\t- label_url: you can change this to your own Discord Invite Link. \n```json\n\"instance\": true,\n    \"client_id\": \"848125402248511528\", \n    \"status\": {\n        \"state\": \"🌟 Max Lvl + Camos 🌟\",\n        \"details\": \"🔥 Dark Aether + More 🔥\"\n    },\n    \"assets\": {\n        \"image_text\": \"Cold War Lobbies\",\n        \"image_key\": \"smoking\" \n    },\n    \"button_one\": {\n        \"label_name\": \"Youtube Channel\",\n        \"label_url\": \"https://youtube.com/starprincessyt\"\n    },\n    \"button_two\": {\n        \"label_name\": \"Discord Server\",\n        \"label_url\": \"https://discord.gg/smokingbabe420\"\n    }\n```\n# How to get your token\nGo to Discord and open the developer console using `CTRL` + `SHIFT` + `I`, go to the console tab and enter this code\n```JS\nlet myToken = webpackJsonp.push([[],{extra_id:(e,r,t)=\u003ee.exports=t},[[\"extra_id\"]]]);for(let e in myToken.c)if(myToken.c.hasOwnProperty(e)){let r=myToken.c[e].exports;if(r\u0026\u0026r.__esModule\u0026\u0026r.default)for(let e in r.default)\"getToken\"===e\u0026\u0026console.log(r.default.getToken())}\n```\n\n**NOTE: ANYONE WHO MAKES AN ISSUE CLAIMING THIS IS A TOKEN GRABBER IS AN IDIOT - IT IS SIMPLY A LINE OF CODE TO GET YOUR TOKEN FROM DISCORD TO DISPLAY TO ONLY YOU!**\n\nIt should now output your token which will look like random letters and numbers, etc. That is your token, put the **whole** thing as your token.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2m4u%2Fcoldwarmodderstatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2m4u%2Fcoldwarmodderstatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2m4u%2Fcoldwarmodderstatus/lists"}