Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitomarukonpaku/ytc-bot
Discord bot for download & relay YouTube live chat
https://github.com/hitomarukonpaku/ytc-bot
discord discord-bot youtube youtube-live-chat
Last synced: 4 months ago
JSON representation
Discord bot for download & relay YouTube live chat
- Host: GitHub
- URL: https://github.com/hitomarukonpaku/ytc-bot
- Owner: HitomaruKonpaku
- Created: 2021-12-08T17:21:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T23:08:51.000Z (9 months ago)
- Last Synced: 2024-10-15T04:12:13.501Z (4 months ago)
- Topics: discord, discord-bot, youtube, youtube-live-chat
- Language: TypeScript
- Homepage:
- Size: 336 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytc-bot
## Description
Discord bot to download & relay YouTube live chat
Work with ***members only*** chat but cookies are requried
## Requirements
- [Node 14](https://nodejs.org/)
## Installation
```
npm install
``````
npm run build
```## Usage
1. Clone `.env.example` and rename to `.env`
2. Clone `config.example.json` and rename to `config.json`
3. (Optional) Create `cookies.txt` at main folder or run app with `--cookies ` ([How to get cookies](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid))
4. Start normally or with `pm2````
npm start
``````
node dist/index
``````
pm2 start ecosystem.config.js
```