{"id":17025861,"url":"https://github.com/1Computer1/twitch-emoticons","last_synced_at":"2026-04-11T21:30:18.892Z","repository":{"id":57382802,"uuid":"75885110","full_name":"1Computer1/twitch-emoticons","owner":"1Computer1","description":"A JS module that gets Twitch emotes. https://www.npmjs.com/package/twitch-emoticons","archived":true,"fork":false,"pushed_at":"2022-12-22T18:16:11.000Z","size":74,"stargazers_count":19,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T15:02:59.015Z","etag":null,"topics":["bttv-emotes","emotes","frankerfacez","parsing","twitch-tv"],"latest_commit_sha":null,"homepage":"","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/1Computer1.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":"2016-12-07T23:44:18.000Z","updated_at":"2024-05-31T16:05:22.000Z","dependencies_parsed_at":"2023-01-30T16:01:07.320Z","dependency_job_id":null,"html_url":"https://github.com/1Computer1/twitch-emoticons","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Computer1%2Ftwitch-emoticons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Computer1%2Ftwitch-emoticons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Computer1%2Ftwitch-emoticons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Computer1%2Ftwitch-emoticons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1Computer1","download_url":"https://codeload.github.com/1Computer1/twitch-emoticons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239988384,"owners_count":19729983,"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":["bttv-emotes","emotes","frankerfacez","parsing","twitch-tv"],"created_at":"2024-10-14T07:30:05.667Z","updated_at":"2026-04-11T21:30:18.842Z","avatar_url":"https://github.com/1Computer1.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# twitch-emoticons\r\n\r\nGet a Twitch channel's Twitch emotes, BTTV emotes, and FFZ emotes!\r\n\r\n### Example\r\n\r\n```js\r\nconst { EmoteFetcher, EmoteParser } = require('twitch-emoticons');\r\n\r\nconst fetcher = new EmoteFetcher();\r\nconst parser = new EmoteParser(fetcher, {\r\n    type: 'markdown',\r\n    match: /:(.+?):/g\r\n});\r\n\r\nfetcher.fetchTwitchEmotes().then(() =\u003e {\r\n    const kappa = fetcher.emotes.get('Kappa').toLink();\r\n    console.log(kappa);\r\n    // https://static-cdn.jtvnw.net/emoticons/v1/25/1.0\r\n\r\n    const text = 'Hello :PogChamp:!';\r\n    const parsed = parser.parse(text);\r\n    console.log(parsed);\r\n    // Hello ![PogChamp](https://static-cdn.jtvnw.net/emoticons/v1/88/1.0 \"PogChamp\")!\r\n});\r\n```\r\n\r\n### Links\r\n\r\n- [Github](https://github.com/1Computer1/twitch-emoticons)\r\n- [Documentation](https://1computer1.github.io/twitch-emoticons/)\r\n- [Changelog](https://github.com/1Computer1/twitch-emoticons/releases)\r\n\r\nThis library uses the following:  \r\n- [Twitch Emotes API](https://twitchemotes.com/apidocs)\r\n- [BetterTTV API](https://api.betterttv.net/)\r\n- [FrankerFaceZ API](http://www.frankerfacez.com/developers)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1Computer1%2Ftwitch-emoticons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1Computer1%2Ftwitch-emoticons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1Computer1%2Ftwitch-emoticons/lists"}