After you have collected tweets and their media, now let's download the media files.
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.
# python -m media_collection.job
# BUCKET_NAME="collection-2022"
# ...
MEDIA_STORAGE_MODE="remote" python -m app.media_collection.job