*Forked from bili-bot
brew install ffmpeg
apt-get install ffmpeg
Refer to https://github.com/m-ab-s/media-autobuild_suite
Make sure ffmpeg executable is in system PATH
environment variable
On macOS:
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community
On Debian-Linux:
Refer to https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
On Windows:
Create a new atlas cluster ->
Make sure mongodb
service is running before starting the bot.
npm install
If Sodium doesn't work, use libsodium-wrappers instead
Create a file under root directory named .env
:
DiscordToken=your_token
MONGO_URI=mongodb_url
DB_NAME=database_name
YTApiKey=youtube_API_Key
npm start
docker compose up --build -d