https://github.com/downthecrop/oled-ttv
Load up a highly customizable Twitch chat with extension emotes (BTTV, FFZ, 7TV) on any device with a browser.
https://github.com/downthecrop/oled-ttv
oled-ttv twitch twitch-api twitch-bot twitch-chat twitchchat twitchtv vue vue-js vuejs-twitchtv
Last synced: 3 months ago
JSON representation
Load up a highly customizable Twitch chat with extension emotes (BTTV, FFZ, 7TV) on any device with a browser.
- Host: GitHub
- URL: https://github.com/downthecrop/oled-ttv
- Owner: downthecrop
- Created: 2022-12-29T17:45:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T19:43:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T11:48:00.561Z (4 months ago)
- Topics: oled-ttv, twitch, twitch-api, twitch-bot, twitch-chat, twitchchat, twitchtv, vue, vue-js, vuejs-twitchtv
- Language: Vue
- Homepage: https://downthecrop.github.io/OLED-TTV/
- Size: 1.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OLED-TTV

Twitch Chat with BTTV, FFZ, 7tv, emotes. OLED Friendly!
https://downthecrop.github.io/OLED-TTV/
> built with Vue + tmi.js
# Install
`npm i`
# Dev
`npm run dev`
# Build
`npm run build`
# Push New Release to gh-pages
`git add dist && git commit -m "adding dist subtree"`
`git subtree push --prefix dist origin gh-pages`# Generate OAUTH token from tmi emote parser
### From #Examples of the three flows
>https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/https://id.twitch.tv/oauth2/authorize?response_type=token&client_id=&redirect_uri=http://localhost:3000&scope=channel%3Amanage%3Apolls+channel%3Aread%3Apolls&state=c3ab8aa609ea11e793ae92361f00267
- Copy the `token` from the redirected response and add "oauth:" to the front.