Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 524 Bytes

archivebot

Work-in-progress rewrite of Ragtag Archive bot.

Testing

Create a local s3 bucket with localstack:

python -m venv venv
source ./venv/bin/activate
pip install localstack
localstack start -d
localstack ssh
awslocal s3api create-bucket --bucket test

Source the .envrc.example file, or copy it to .envrc and use direnv to automatically source the file. Empty the ARCHIVE_BASE_URL environment variable to use a mock / simulated archive site.

RUST_LOG=archivebot=debug cargo run