mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
adds an unauthenticated Bluesky archiver (#160)
* adds a TODO for next code iterations * implements bsky archiver * adds new archiver to example orchestration file * Fix downloading media for posts with multiple images (Images are stored in media/images) * Setup a basic framework for unit tests Use 'python -m unittest' from the project root to run --------- Co-authored-by: Patrick Robertson <robertson.patrick@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bffa3a6254
commit
a697f0a212
4
tests/__init__.py
Normal file
4
tests/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import unittest
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user