mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
133 stars 25 forks source link

Date metadata? #46

Open TheSinfulKing opened 1 year ago

TheSinfulKing commented 1 year ago

Forgive me, this is more or less a feature request. From the code, it appears upload date is read from VSCO. Could there be a flag to append this information in output filename? Or perhaps a .json metadata accompanying the media file?

I would submit a PR myself, but I am not familiar with Python

https://github.com/mvabdi/vsco-scraper/blob/448688bdf2ee9015b2dde429a36c5a4aa54c99af/vscoscrape/vscoscrape.py#L239

TheSinfulKing commented 1 year ago

Hmm it seems this info is stored in a cache? Would I be able to access this?