add basic functionality mirrored from arthurbot

This commit is contained in:
Arthur Lu
2022-08-22 19:20:11 +00:00
parent 4e2074c975
commit 5db11730ac
5 changed files with 302 additions and 0 deletions

7
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:slim
WORKDIR /
RUN apt-get -y update; apt-get -y upgrade
RUN apt-get -y install git binutils xxd
RUN apt-get -y install python3 python3-dev git python3-pip python-is-python3 libgl1-mesa-dev build-essential ffmpeg
COPY requirements.txt .
RUN pip install -r requirements.txt

View File

@@ -0,0 +1,4 @@
discord
PyNaCl
pytube
yt_dlp