Arweave-Auto-Manifest-Update/script.sh
Support 5eb52d4add Arweave-Auto-Manifest-Update - Version 1a
Arweave Auto-Manifest Update from Simplified Privacy, Arweave name: Privacy

First you're updating the Arweave folders and Arweave wallet.  Then you're either using our default "zenaku" or changing the folder on your local PC that you're uploading.  Then running the Linux script from INSIDE the folder, with your WALLET OUTSIDE THE FOLDER.  DO NOT UPLOAD YOUR WALLET
2024-09-20 21:15:52 +00:00

8 lines
623 B
Bash

for i in *; do ardrive upload-file --local-path "$i" --parent-folder-id "000000-insert-your-folder-000000" -w ~/path/to/your/wallet.json; done > rawupload1.txt
python3 path/to/python/simple.py rawupload1.txt zenaku/ output.json
ardrive upload-file --content-type "application/x.arweave-manifest+json" --local-path output-html.json --parent-folder-id "000000-insert-your-folder-000000" -w ~/path/to/your/wallet > output2.txt
ardrive upload-file --content-type "application/x.arweave-manifest+json" --local-path output-xml.json --parent-folder-id "000000-insert-your-folder-000000" -w ~/path/to/your/wallet > output3.txt