initial commit: working version

This commit is contained in:
Alex 2019-11-29 19:31:34 +02:00
commit 511404d23f
30 changed files with 14661 additions and 0 deletions

15
Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "*"
youtube-dl = "*"
[requires]
python_version = "3.8"