https://github.com/vydia/discord-bot
YouTube watch party app. Sync video playback across any number of viewers devices simply by sharing a watch party link. (discord-bot was the original hackathon idea and we pivoted so now the name makes no sense)
https://github.com/vydia/discord-bot
Last synced: about 1 year ago
JSON representation
YouTube watch party app. Sync video playback across any number of viewers devices simply by sharing a watch party link. (discord-bot was the original hackathon idea and we pivoted so now the name makes no sense)
- Host: GitHub
- URL: https://github.com/vydia/discord-bot
- Owner: Vydia
- License: mit
- Created: 2021-01-15T23:53:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T15:50:44.000Z (over 3 years ago)
- Last Synced: 2025-03-29T23:12:02.567Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://discord-bot-vydia-dev.vercel.app
- Size: 247 KB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot
## Getting Started
Copy the example env file and add your settings:
```
cp .env.local.example .env.local
```
To use production settings in your local env you can find them in Vydia 1Password Vault titled `discord-bot watch-party .env.local PRODUCTION`
Start
```
nvm install
yarn
yarn dev
```
Visit http://localhost:3000 in your browser.
## TODO:
During an active Party:
- Allow replace the video in the current Party to a new video at any time.
- As a host I want to be able to see how many people are in my party.
After party has expired after some amount of time:
- Allow another party to reuse the same party 4-character id code again