Automated Data Archiver to Arweave permaweb
- create a virtualenv and clone the code into the env:
virtualenv --no-site-packages -p python3.6 web-whacker
cd web-whacker
source bin/activate
clone https://github.com/MikeHibbert/arweave-web-wacker.git
- install dependencies
cd arweave-web-wacker
pip install -r requirements.txt
- Run the program with your url that you want backup into the blockchain (depth is optional):
python bot.py <root URL> <path to your wallet file> <depth>
NOTE: a project file with the urls name and timestamp is created so you can monitor submission to the blockchain
You can use the check_project_status.py to check the current status of the project created:
python check_project_status.py "<wallet file path>" "<project file path>"