Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```