https://github.com/formulahendry/vscode-chat-room
Chat Room & Chat Bot for VS Code
https://github.com/formulahendry/vscode-chat-room
Last synced: 6 months ago
JSON representation
Chat Room & Chat Bot for VS Code
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-chat-room
- Owner: formulahendry
- Created: 2018-11-24T07:09:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T09:15:52.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T09:22:48.766Z (7 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.chat-room
- Size: 350 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Chat Room & Chat Bot
Chat with people from all over the world, also chat with the smart Chat Bot.
If you are using Cloud Studio, you could also use the corresponding [Chat Room plugin](https://studio.dev.tencent.com/plugins/detail/446).
## Usage
To open Chat Room in VS Code:
* click the **`Chat Room`** in the Status Bar at the bottom
* or press `F1`, then type `Open Chat Room`
## How it works?
* The real-time Chat Room service is bulit on top of [Azure SignalR Service](https://docs.microsoft.com/azure/azure-signalr/)
* the Chat Bot is bulit on top of [Turing Robot API](http://www.turingapi.com/)##Limitation
Currently, the Chat Bot only works well with Chinese. If you chat with English, it will usually translate it into Chinese. It would be a good English-Chinese translator. :)
## Change Log
See Change Log [here](CHANGELOG.md)
## Issues
Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please submit the [issues](https://github.com/formulahendry/vscode-chat-room/issues) to the GitHub Repo.
## Credit