mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
* 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>
7 lines
166 B
Python
7 lines
166 B
Python
import tempfile
|
|
|
|
from auto_archiver.core.context import ArchivingContext
|
|
|
|
|
|
ArchivingContext.reset(full_reset=True)
|
|
ArchivingContext.set_tmp_dir(tempfile.gettempdir()) |