trends.stumason.dev
TypeScript
Pull Request Merged
PR #70 merged: Add scripts dir and Python deps to Docker image
The Twitter and LinkedIn fetchers need Python scripts + packages in the container. Currently scripts/ isn't copied and requests/twikit aren't installed.
This adds:
COPY scripts ./scriptsto Dockerfile- Installs python3-pip, requests, twikit during build
Without this, both fetchers silently return 0 items.
+6
additions
-0
deletions
1
files changed