Due to the file being python executable, you CAN RUN the IA uploader ON WINDOWS!
To run it:
- Install python with PATH checked
- Download the .py file.
- Then open it in text editor (notepad)
- Go to https://archive.org/account/s3.php to get s3 keys
- Replace all instances of os.getenv("S3_ACCESS_KEY") with your s3 access key in double quotations
- Replace all instances of os.getenv("S3_SECRET_KEY") with your s3 secret key in double quotations
- Go in File Explorer to the .py file (in the folder) and type cmd in the address bar
- Make sure you have the "requests" and "tqdm" modules installed (run python -m pip install [MODULE NAME] (replace text in [] with the module name))
- Type python -m ia-interact
FOR BIG FILE UPLOAD
U1. Follow the steps on screen to select repo and upload file
U2. Select 2 NEW FOLDER and type a folder name (selecting 1 EXISTING FOLDER and typing ./ gives 400 error)
U3. Select files
U4. Wait
Due to the file being python executable, you CAN RUN the IA uploader ON WINDOWS!
To run it:
FOR BIG FILE UPLOAD
U1. Follow the steps on screen to select repo and upload file
U2. Select 2 NEW FOLDER and type a folder name (selecting 1 EXISTING FOLDER and typing ./ gives 400 error)
U3. Select files
U4. Wait