Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 557 Bytes

File metadata and controls

21 lines (12 loc) · 557 Bytes

Media Collection

After you have collected tweets and their media, now let's download the media files.

Setup

This job will save the images locally in the "media" directory.

If you'd like to also upload the images to cloud storage, setup Google Cloud Storage, create a bucket,and demonstrate your ability to connect, as described in the README.

Usage

# python -m media_collection.job

# BUCKET_NAME="collection-2022"
# ...
MEDIA_STORAGE_MODE="remote" python -m app.media_collection.job