initial commit

This commit is contained in:
Ludwig Lehnert 2025-02-15 16:38:33 +01:00
commit ad9ce7ca77
4 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv/

1
download Executable file
View File

@ -0,0 +1 @@
#!/bin/env python3

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
selenium

7
setup.fish Normal file
View File

@ -0,0 +1,7 @@
/bin/env python3 -m venv venv
. venv/bin/activate.fish
python3 -m pip install -r requirements.txt
echo
echo "Usage: ./download <StudOn-Course-URL>"