Skip to content

How to run on windows #1

@Digitix08

Description

@Digitix08

Due to the file being python executable, you CAN RUN the IA uploader ON WINDOWS!
To run it:

  1. Install python with PATH checked
  2. Download the .py file.
  3. Then open it in text editor (notepad)
  4. Go to https://archive.org/account/s3.php to get s3 keys
  5. Replace all instances of os.getenv("S3_ACCESS_KEY") with your s3 access key in double quotations
  6. Replace all instances of os.getenv("S3_SECRET_KEY") with your s3 secret key in double quotations
  7. Go in File Explorer to the .py file (in the folder) and type cmd in the address bar
  8. Make sure you have the "requests" and "tqdm" modules installed (run python -m pip install [MODULE NAME] (replace text in [] with the module name))
  9. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions