{"id":15435523,"url":"https://github.com/palewire/internet-archive-upload","last_synced_at":"2025-04-19T18:20:42.357Z","repository":{"id":65161234,"uuid":"573608349","full_name":"palewire/internet-archive-upload","owner":"palewire","description":"Upload files to an archive.org collection in your GitHub Action","archived":false,"fork":false,"pushed_at":"2024-03-24T01:21:16.000Z","size":20,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-17T09:53:42.814Z","etag":null,"topics":["actions","archiving","github-actions","internetarchive"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palewire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T22:09:43.000Z","updated_at":"2024-05-19T20:50:04.000Z","dependencies_parsed_at":"2024-10-21T20:04:39.112Z","dependency_job_id":null,"html_url":"https://github.com/palewire/internet-archive-upload","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"14ddf4d3d0c7096f7bf25b8fb7a98b8cb58280e8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Finternet-archive-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Finternet-archive-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Finternet-archive-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palewire%2Finternet-archive-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palewire","download_url":"https://codeload.github.com/palewire/internet-archive-upload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241551966,"owners_count":19981052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","archiving","github-actions","internetarchive"],"created_at":"2024-10-01T18:45:01.804Z","updated_at":"2025-03-02T18:32:13.948Z","avatar_url":"https://github.com/palewire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Inputs\n\n* `access-key`: Your archive.org access key\n* `secret-key`:  Your archive.org secret key\n* `identifier`: The unique identifier of the archive.org item where the file will be stored\n* `files`: The file or folder path inside the action's filesystem to upload\n\n## Usage\n\nUpload a single file.\n\n```yaml\nname: Example action\njobs:\n  job:\n    name: Upload\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n\n      - name: Upload file to archive.org\n        uses: palewire/internet-archive-upload@v1\n        with:\n          access-key: ${{ secrets.IA_ACCESS_KEY }}\n          secret-key: ${{ secrets.IA_SECRET_KEY }}\n          identifier: your-item\n          files: your-file.jpg\n```\n\nUpload a directory of files.\n\n```yaml\nname: Example action\njobs:\n  job:\n    name: Upload\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n\n      - name: Upload file to archive.org\n        uses: palewire/internet-archive-upload@v1\n        with:\n          access-key: ${{ secrets.IA_ACCESS_KEY }}\n          secret-key: ${{ secrets.IA_SECRET_KEY }}\n          identifier: your-item\n          files: your-files/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalewire%2Finternet-archive-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalewire%2Finternet-archive-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalewire%2Finternet-archive-upload/lists"}