{"id":15489573,"url":"https://github.com/pablopunk/livesoccertv-parser","last_synced_at":"2025-10-24T18:10:41.598Z","repository":{"id":23789697,"uuid":"99857161","full_name":"pablopunk/livesoccertv-parser","owner":"pablopunk","description":"Parse soccer games data from https://livesoccertv.com","archived":false,"fork":false,"pushed_at":"2024-10-02T19:25:52.000Z","size":458,"stargazers_count":19,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T19:08:07.099Z","etag":null,"topics":["football","futbol","js","matches","parser","soccer","tv"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/pablopunk.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}},"created_at":"2017-08-09T22:16:19.000Z","updated_at":"2025-03-20T16:53:38.000Z","dependencies_parsed_at":"2022-09-20T19:52:34.907Z","dependency_job_id":null,"html_url":"https://github.com/pablopunk/livesoccertv-parser","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Flivesoccertv-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Flivesoccertv-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Flivesoccertv-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Flivesoccertv-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/livesoccertv-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943456,"owners_count":21186958,"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":["football","futbol","js","matches","parser","soccer","tv"],"created_at":"2024-10-02T07:06:28.946Z","updated_at":"2025-10-24T18:10:36.559Z","avatar_url":"https://github.com/pablopunk.png","language":"HTML","readme":"# livesoccertv-parser\n\n\u003e © All rights reserved to [Live soccer TV](http://www.livesoccertv.com/)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/pablopunk/miny\"\u003e\u003cimg src=\"https://img.shields.io/badge/made_with-miny-1eced8.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/livesoccertv-parser\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/livesoccertv-parser.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eParse games info from livesoccertv\u003c/i\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\nnpm install livesoccertv-parser\n```\n\n## Usage\n\nThe parser works with promises:\n\n```js\nconst {getMatches} = require('livesoccertv-parser')\nconsole.log(await getMatches('spain', 'real-madrid')) //=\u003e [{...}, {...}, ...]\n```\n\nMatch object:\n\n```js\nMatch {\n  live: false,\n  played: true,\n  competition: 'Supercopa de España',\n  date: 'August 13',\n  time: '4:00 PM',\n  game: 'Barcelona vs Real Madrid',\n  tvs:\n    [\n      'TeleCinco',\n      'TV3',\n      'Radio Barca'\n    ]\n}\n```\n\n### API\n\n- Timezone\n\nBy default, the timezone is `America/New_York`. You can set your own with:\n\n```js\ngetMatches('spain', 'real-madrid', { timezone: 'Europe/Madrid' })\ngetMatches('england', 'arsenal', { timezone: 'Europe/London' })\n```\n\n- Search\n\nYou can search for teams like so:\n\n```js\nconst {searchTeams} = require(\"livesoccertv-parser\")\nsearchTeams(\"madrid\")\n// [\n//   [\"spain\", \"real-madrid\"],\n//   [\"spain\", \"atletico-madrid\"],\n// ]\n```\n\n## Contribute\n\nFeel free to open an _issue_ or a _PR_.\n\n## License\n\nMIT\n\n## Related\n\nMore at [pablopunk.com](https://pablopunk.com)\n\n- [microsoccer](https://github.com/pablopunk/microsoccer): Microservice to fetch soccer games schedules and tv channels.\n\n## Author\n\n| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |\n| ---------------------------------------------------------------------------- |\n| © 2018 [Pablo Varela](https://pablopunk.com)                                 |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Flivesoccertv-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Flivesoccertv-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Flivesoccertv-parser/lists"}