Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hammster/twitch-chat
VScode Extension for Twitch Chat Integration
https://github.com/Hammster/twitch-chat
twitch twitch-irc vscode-extension
Last synced: 3 months ago
JSON representation
VScode Extension for Twitch Chat Integration
- Host: GitHub
- URL: https://github.com/Hammster/twitch-chat
- Owner: Hammster
- License: mit
- Created: 2018-01-28T22:35:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:17:29.000Z (almost 2 years ago)
- Last Synced: 2024-06-25T11:40:31.664Z (5 months ago)
- Topics: twitch, twitch-irc, vscode-extension
- Language: TypeScript
- Size: 355 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-twitch-dev - Hammster/twitch-chat - VScode Extension for Twitch Chat Integration. (Toolchain)
README
# Twitch Chat for Visual Studio Code
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/hammster1911.twitch-chat.svg)](https://marketplace.visualstudio.com/items?itemName=hammster1911.twitch-chat)
[![Installs](https://img.shields.io/vscode-marketplace/d/hammster1911.twitch-chat.svg)](https://marketplace.visualstudio.com/items?itemName=hammster1911.twitch-chat)
[![Rating](https://img.shields.io/vscode-marketplace/r/hammster1911.twitch-chat.svg)](https://marketplace.visualstudio.com/items?itemName=hammster1911.twitch-chat)![Logo](https://raw.githubusercontent.com/Hammster/twitch-chat/master/media/twitchChat.png "twitch-chat extension logo")
## Features
Adds a Chat log to the Explorer view
Send chat messages without leaving VScode![Screenshot](https://raw.githubusercontent.com/Hammster/twitch-chat/master/media/example.jpg "Screenshot showing the twitch-chat extension")
## Extension Settings
These settings have to be
```js
{
// Generate a token here: http://www.twitchapps.com/tmi
"twitchChat.oauth": "************",
"twitchChat.username": "TwitchUserName",
"twitchChat.channel": "channelname",
// Optional: Set the amount of chatmessages that are shown
"twitchChat.historysize": 20
}
```
## Known IssuesMost of these issues are because of VS code extension API limitations.
- The Chatlogs are limited to a set height, therefore text is cut off and you have to read the content by hovering the entry
- Chat emotes are not displayed