You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp .env.sample .env
# add api key
pip install python-dotenv
# scrape API and save to file
cd scrape
python scrape-api.py
# read saved file and download images locally
cd scrape
python scrap-images.py