8000 GitHub - mistralll/mwbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mistralll/mwbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mwBot

package management

To install pakcages, clone this repository and run follow command.

pip install -r requirements.txt

To uodate pip package list, run ./script/update-requrements.sh.

sh ./scripts/update-requrements.sh

This project use venv for package management.

python3 -m venv --prompt . .venv
source .venv/bin/activate

.env

APP_BOT_TOKEN="your discord bot token"
NOTICE_CHANNEL_ID="your notice channel id"

how to run

python main.py

reference

discord.py

yt-dlp

gigafile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0