{"id":44343509,"url":"https://github.com/openlibhums/loc_transporter","last_synced_at":"2026-02-11T13:11:24.529Z","repository":{"id":71153414,"uuid":"528945876","full_name":"openlibhums/loc_transporter","owner":"openlibhums","description":"A tool for depositing articles with the Library of Congress.","archived":false,"fork":false,"pushed_at":"2023-02-21T13:58:13.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-20T13:12:47.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openlibhums.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-25T17:09:26.000Z","updated_at":"2024-08-20T13:12:59.651Z","dependencies_parsed_at":null,"dependency_job_id":"5b5da0e6-4584-43e0-88a4-b74d9b09d997","html_url":"https://github.com/openlibhums/loc_transporter","commit_stats":null,"previous_names":["openlibhums/loc_transporter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/openlibhums/loc_transporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Floc_transporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Floc_transporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Floc_transporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Floc_transporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlibhums","download_url":"https://codeload.github.com/openlibhums/loc_transporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlibhums%2Floc_transporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-11T13:11:23.895Z","updated_at":"2026-02-11T13:11:24.513Z","avatar_url":"https://github.com/openlibhums.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library of Congress Deposit Plugin\n\nThis deposit plugin is for sending deliveries of eserials to the Library of Congress in response to a Notice for Mandatory Deposit from the U.S. Copyright Office.\n\n## What does it deposit?\n\nFor the specified journal and issues the plugin can deposit a zip archive containing the articles of the given issues with:\n\n- PDF\n- XML (JATS 1.2, this will send the Galley if there is one or will generate a stub otherwise)\n- Any images references in the XML file\n\n## Setup\n\nIn order to use this plugin you will need to obtain FTP credentials and a ECDSA key for the server being deposited on.\n\n```\nLOC_FTP_SERVER = 'a.server.com'\nLOC_FTP_USERNAME = 'ausername'\nLOC_FTP_PASSWORD = 'apassword',\nLOC_FTP_SERVER_KEY = 'averylongkeywillgohere'\n```\n\nAdd the above variables to your settings.py file.\n\n## Usage\n\nThe deposit process can be invoked on two ways:\n\n1. Via the GUI: Users with Editor/Staff status can select a journal and the issues within that journal to deposit.\n2. Via the CLI:\n\n```\npython3 manage.py send_to_loc journal_code issue_ids --initial (optional)\n```\n\nHere is an example:\n\n```\npython3 manage.py send_to_loc olh 123 456 789\n```\n\nThis will deposit issues 123, 456 and 789\n\nYou can also use `--initial` to mark this tranfer as an initial deposit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlibhums%2Floc_transporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlibhums%2Floc_transporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlibhums%2Floc_transporter/lists"}