{"id":15672424,"url":"https://github.com/andrewda/hltv-live-games","last_synced_at":"2025-05-06T21:22:25.834Z","repository":{"id":36860634,"uuid":"41167594","full_name":"andrewda/hltv-live-games","owner":"andrewda","description":"Get live games on HLTV and their matchid.","archived":false,"fork":false,"pushed_at":"2017-05-16T16:11:09.000Z","size":38,"stargazers_count":16,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T01:49:54.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/andrewda.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":"2015-08-21T17:06:23.000Z","updated_at":"2022-04-24T17:36:54.000Z","dependencies_parsed_at":"2022-08-25T02:52:13.503Z","dependency_job_id":null,"html_url":"https://github.com/andrewda/hltv-live-games","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fhltv-live-games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fhltv-live-games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fhltv-live-games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fhltv-live-games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewda","download_url":"https://codeload.github.com/andrewda/hltv-live-games/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252770010,"owners_count":21801463,"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":[],"created_at":"2024-10-03T15:26:01.332Z","updated_at":"2025-05-06T21:22:25.814Z","avatar_url":"https://github.com/andrewda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HLTV Live Games\n\n[![Codacy][codacy-img]][codacy-url]\n[![Steam Donate][steam-donate-img]][steam-donate-url]\n\n## Introduction\n\nThis is an incredibly simple module which scrapes games from HLTV. More\nfeatures may be added in the future.\n\n## Usage\n\n### getLiveGames(secondary, callback)\n\nIf `secondary` is truthy, another request will be made by `hltv-live-games` to\nget more information about the games (time and players). Otherwise, only one\nrequest will be made, making it much likely to get rate limited.\n\n```js\nconst getLiveGames = require('hltv-live-games');\n\ngetLiveGames(true, (err, games) =\u003e {\n\tif (err) {\n\t\tconsole.log(err);\n\t} else {\n\t\tconsole.log(games);\n\t}\n});\n```\n\n\u003c!-- Badge URLs --\u003e\n\n[codacy-img]:       https://img.shields.io/codacy/grade/1c459a215964481fa286267a4ea9c98d.svg?style=flat-square\n[codacy-url]:       https://www.codacy.com/app/dassonville-andrew/hltv-live-games\n[steam-donate-img]: https://img.shields.io/badge/donate-Steam-lightgrey.svg?style=flat-square\n[steam-donate-url]: https://steamcommunity.com/tradeoffer/new/?partner=132224795\u0026token=HuEE9Mk1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewda%2Fhltv-live-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewda%2Fhltv-live-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewda%2Fhltv-live-games/lists"}