Stu Mason
Stu Mason

Activity

Pull Request Opened

PR #70 opened: 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 ./scripts to Dockerfile
  • Installs python3-pip, requests, twikit during build

Without this, both fetchers silently return 0 items.

+6
additions
-0
deletions
1
files changed