Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davay42/yt-midi
Generate MIDI events on Youtube live stream chat commands
https://github.com/davay42/yt-midi
api bot chat livestream midi youtube
Last synced: 7 days ago
JSON representation
Generate MIDI events on Youtube live stream chat commands
- Host: GitHub
- URL: https://github.com/davay42/yt-midi
- Owner: davay42
- Created: 2021-05-07T22:45:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T19:53:31.000Z (over 3 years ago)
- Last Synced: 2024-11-06T06:43:46.769Z (about 2 months ago)
- Topics: api, bot, chat, livestream, midi, youtube
- Language: Vue
- Homepage: https://davay42.github.io/yt-midi
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube live chat bot webapp
React to a broadcast chat messages as you want.
### Stack
- [vite](https://vitejs.dev/)
- vite-plugin-components
- vite-plugin-icons
- vite-aliases
- [vite-plugin-windicss](https://windicss.org/)
- vue 3
- [vueuse](https://vueuse.org/)
- [useFetch](https://vueuse.org/core/useFetch/)### Useful links
- https://www.youtube.com/watch?v=v0MIT9xqV2g
- https://console.cloud.google.com/apis/credentials?project=midi-bot
- https://a-panov.ru/youtube-api-v3-api-key/
- https://stackoverflow.com/questions/36683878/youtube-api-how-do-i-get-the-livechatid
- https://developers.google.com/youtube/v3/quickstart/js
- https://developers.google.com/youtube/v3/docs/videos/list?apix_params=%7B%22part%22%3A%5B%22snippet%2CcontentDetails%2Cstatistics%22%5D%2C%22id%22%3A%5B%22Ks-_Mh1QhMc%22%5D%7D&apix=true
- https://developers.google.com/youtube/v3/live/guides/auth/client-side-web-apps
- https://developers.google.com/youtube/v3/live/docs/liveChatMessages/list?apix_params=%7B%22liveChatId%22%3A%22Cg0KC0FkVXc1UmR5WnhJKicKGFVDNnFyRzNXOFNNSzBqaW9yMm9sa2EzZxILQWRVdzVSZHlaeEk%22%2C%22part%22%3A%5B%22snippet%22%5D%7D
- https://github.com/jonnyk20/youtube-chatbot-demo
- https://github.com/codevjs/Youtube-Chat-Bot
- https://github.com/davay42/youtube-live-chat-moderator/### API quota is small - 10 000 requests per day
https://support.google.com/youtube/contact/yt_api_form Request more?