Add hash and screenshot methods; switch to more recent ytdl fork

This commit is contained in:
Logan Williams
2022-02-25 13:54:40 +01:00
parent d76e3bc7ec
commit 1eb17e4de5
7 changed files with 444 additions and 37 deletions

View File

@@ -7,13 +7,15 @@ name = "pypi"
gspread = "*"
boto3 = "*"
python-dotenv = "*"
youtube_dl = "*"
argparse = "*"
beautifulsoup4 = "*"
tiktok-downloader = {git = "https://github.com/msramalho/tiktok-downloader"}
bs4 = "*"
loguru = "*"
ffmpeg-python = "*"
selenium = "*"
snscrape = "*"
yt-dlp = "*"
[dev-packages]