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
578 stars 60 forks source link

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

Closed djhmateer closed 2 years ago

djhmateer commented 2 years 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 2 years 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 :)