summaryrefslogtreecommitdiff
path: root/src/portal/scripts/fetch_python_deps.sh
blob: 2f8e098a9f5936e164c7825510b18459edda300e (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env sh

git clone https://github.com/yt-dlp/yt-dlp.git --depth=1 yt-dlp
git clone https://github.com/JustAnotherArchivist/snscrape.git --depth=1 snscrape
git clone https://github.com/trevorhobenshield/twitter-api-client.git --depth=1 twitter-api-client
git clone https://github.com/upbit/pixivpy.git --depth=1 pixivpy
git clone https://github.com/subzeroid/instagrapi.git --depth=1 instagrapi
git clone https://github.com/mikf/gallery-dl.git --depth=1 gallery-dl