This commit is contained in:
2025-01-08 12:47:54 -06:00
parent abed44837e
commit 0ccdf9a6d0
4 changed files with 5 additions and 0 deletions

1
.env Normal file

@@ -0,0 +1 @@
[ -f venv/bin/activate ] && . venv/bin/activate

1
.gitignore vendored

@@ -1 +1,2 @@
*.swp *.swp
venv

1
requirements.txt Normal file

@@ -0,0 +1 @@
yt_dlp

2
summarize.py Executable file

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