{"id":15514069,"url":"https://github.com/nibalizer/flicktini","last_synced_at":"2026-02-11T21:03:52.000Z","repository":{"id":38779429,"uuid":"256065833","full_name":"nibalizer/flicktini","owner":"nibalizer","description":"Discord bot to mediate a drinking game while playing Counter Strike: Global Offensive (csgo)","archived":false,"fork":false,"pushed_at":"2023-01-24T02:10:46.000Z","size":1926,"stargazers_count":2,"open_issues_count":21,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T02:17:51.160Z","etag":null,"topics":["counterstrike","csgo","discord","fun"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nibalizer.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}},"created_at":"2020-04-16T00:08:04.000Z","updated_at":"2020-05-02T22:15:19.000Z","dependencies_parsed_at":"2023-02-13T11:01:04.821Z","dependency_job_id":null,"html_url":"https://github.com/nibalizer/flicktini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"IBM/nodejs-express-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fflicktini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fflicktini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fflicktini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fflicktini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nibalizer","download_url":"https://codeload.github.com/nibalizer/flicktini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543597,"owners_count":20955865,"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":["counterstrike","csgo","discord","fun"],"created_at":"2024-10-02T09:57:18.592Z","updated_at":"2026-02-11T21:03:46.979Z","avatar_url":"https://github.com/nibalizer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flicktini\n\n\u003e NOTE: this is highly beta and will probably set your computer on fire\n\nA discord bot that gives out drinking instructions based on the status of a csgo game\n\n## Setup\n\nOn your csgo computer, put the following `game state integration` file into place:\n\nDocs on where this file goes are [here](https://github.com/nibalizer/csgo_documentation/blob/master/README.md#game-state-integration). Docs on what this file does are [here](https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration).\n\n\n```\n\"Observer All Players v.1\"\n{\n \"uri\" \"http://\u003cip of node app\u003e:4500\"\n \"timeout\" \"5.0\"\n \"buffer\"  \"0.1\"\n \"throttle\" \"0.1\"\n \"heartbeat\" \"30.0\"\n \"auth\"\n {\n   \"token\" \"REDACTED\"\n }\n \"data\"\n {\n   \"provider\"            \"1\"      // general info about client being listened to: game name, appid, client steamid, etc.\n   \"map\"                 \"1\"      // map, gamemode, and current match phase ('warmup', 'intermission', 'gameover', 'live') and current score\n   \"round\"               \"1\"      // round phase ('freezetime', 'over', 'live'), bomb state ('planted', 'exploded', 'defused'), and round winner (if any)\n   \"player_id\"           \"1\"      // player name, clan tag, observer slot (ie key to press to observe this player) and team\n   \"player_state\"        \"1\"      // player state for this current round such as health, armor, kills this round, etc.\n   \"player_weapons\"      \"1\"      // output equipped weapons.\n   \"player_match_stats\"  \"1\"      // player stats this match such as kill, assists, score, deaths and MVPs\n   \"allplayers_id\"       \"1\"      // Same as 'player_id' but for all players. 'allplayers' versions are only valid for HLTV and observers\n   \"player_state\"        \"1\"      \n   \"allplayers_state\"    \"1\"      \n   \"allplayers_match_stats\"  \"1\"  \n   \"allplayers_weapons\"  \"1\"      \n   \"allplayers_position\" \"1\"      // output the player world positions, only valid for HLTV or spectators. \n   \"phase_countdowns\"    \"1\"      // countdowns of each second remaining for game phases, eg round time left, time until bomb explode, freezetime. Only valid for HLTV or spectators. \n   \"allgrenades\"    \"1\"           // output information about all grenades and inferno flames in the world, only valid for GOTV or spectators.\n }\n}\n```\n\n\n## App\n\n```\nnpm install\nnpm start\n```\n\n\n## Example csgo payload\n\n\n```\n{\n  provider: {\n    name: 'Counter-Strike: Global Offensive',\n    appid: 730,\n    version: 13747,\n    steamid: '\u003creadcated\u003e',\n    timestamp: 1580000032\n  },\n  map: {\n    mode: 'casual',\n    name: 'de_cache',\n    phase: 'live',\n    round: 5,\n    team_ct: {\n      score: 4,\n      consecutive_round_losses: 0,\n      timeouts_remaining: 1,\n      matches_won_this_series: 0\n    },\n    team_t: {\n      score: 1,\n      name: '[xirv]',\n      consecutive_round_losses: 2,\n      timeouts_remaining: 1,\n      matches_won_this_series: 0\n    },\n    num_matches_to_win_series: 0,\n    current_spectators: 0,\n    souvenirs_total: 0\n  },\n  round: { phase: 'live' },\n  player: {\n    steamid: '\u003credacted\u003e',\n    clan: '[xirv]',\n    name: 'CSGO Player 3',\n    observer_slot: 6,\n    team: 'T',\n    activity: 'playing',\n    state: {\n      health: 100,\n      armor: 100,\n      helmet: true,\n      flashed: 0,\n      smoked: 0,\n      burning: 0,\n      money: 7300,\n      round_kills: 0,\n      round_killhs: 0,\n      equip_value: 3900\n    },\n    weapons: {\n      weapon_0: [Object],\n      weapon_1: [Object],\n      weapon_2: [Object],\n      weapon_3: [Object]\n    },\n    match_stats: { kills: 7, assists: 0, deaths: 4, mvps: 1, score: 18 }\n  },\n  auth: { token: 'REDACTED' }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Fflicktini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnibalizer%2Fflicktini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Fflicktini/lists"}