diff options
| author | 2025-05-18 12:00:19 -0400 | |
|---|---|---|
| committer | 2025-05-18 12:00:19 -0400 | |
| commit | 01f852081b1291da7fc342976bf5228ffb618736 (patch) | |
| tree | 9701e47aaa34e1fd777cea4371d17103f5d90932 /src/portal/scripts | |
| parent | cb342b234defc1205de5d8b10ddf79deae0a551a (diff) | |
| download | camu-01f852081b1291da7fc342976bf5228ffb618736.tar.gz camu-01f852081b1291da7fc342976bf5228ffb618736.tar.bz2 camu-01f852081b1291da7fc342976bf5228ffb618736.zip | |
Portal update
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/scripts')
| -rwxr-xr-x | src/portal/scripts/create_vendor.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh index 87b0b5d..3dd8bc3 100755 --- a/src/portal/scripts/create_vendor.sh +++ b/src/portal/scripts/create_vendor.sh @@ -12,6 +12,10 @@ cd yt-dlp/ pip3 install . --upgrade --target=../vendor cd ../ +cd snscrape/ +pip3 install . --upgrade --target=../vendor +cd ../ + cd twitter-api-client/ pip3 install . --upgrade --target=../vendor cd ../ |