bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
489 stars 53 forks source link

Added whitelist and blacklist for worsheets (not spreadsheet) #51

Closed djhmateer closed 1 year ago

djhmateer commented 1 year ago

https://github.com/bellingcat/auto-archiver/issues/47

Would appreciate some guidance on the best way to import this into the config.py file. I've got it working, but not sure of edge cases. It does seem to work well if the config items are missing.

msramalho commented 1 year ago

Hi Dave, just renamed the concepts to allow/block, allowed them to be a list or a single value, and refactored a bit.

This is very useful and a few times already we'd have benefitted from it :)