{"id":19899988,"url":"https://github.com/scrapy-plugins/scrapy-feedexporter-sftp","last_synced_at":"2025-05-02T22:32:06.289Z","repository":{"id":41213509,"uuid":"48758782","full_name":"scrapy-plugins/scrapy-feedexporter-sftp","owner":"scrapy-plugins","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-12T17:21:23.000Z","size":30,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T07:52:34.905Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scrapy-plugins.png","metadata":{"files":{"readme":"README.rst","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":"2015-12-29T17:22:19.000Z","updated_at":"2025-02-12T17:21:27.000Z","dependencies_parsed_at":"2025-02-12T16:26:10.672Z","dependency_job_id":null,"html_url":"https://github.com/scrapy-plugins/scrapy-feedexporter-sftp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-sftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-sftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-sftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-sftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scrapy-plugins","download_url":"https://codeload.github.com/scrapy-plugins/scrapy-feedexporter-sftp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251608415,"owners_count":21616857,"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":[],"created_at":"2024-11-12T20:10:44.362Z","updated_at":"2025-05-02T22:32:06.283Z","avatar_url":"https://github.com/scrapy-plugins.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========================\nscrapy-feedexporter-sftp\n========================\n\n.. image:: https://img.shields.io/pypi/v/scrapy-feedexporter-sftp.svg\n   :target: https://pypi.python.org/pypi/scrapy-feedexporter-sftp\n   :alt: PyPI Version\n\n.. image:: https://img.shields.io/github/license/scrapy-plugins/scrapy-feedexporter-sftp.svg\n   :target: https://github.com/scrapy-plugins/scrapy-feedexporter-sftp/blob/master/LICENSE\n   :alt: License\n\n\nscrapy-feedexporter-sftp is a `Scrapy Feed Exporter Storage Backend\n\u003chttp://doc.scrapy.org/en/latest/topics/feed-exports.html#storage-backends\u003e`_\nthat allows you to export `Scrapy items\n\u003chttp://doc.scrapy.org/en/latest/topics/items.html\u003e`_ to an SFTP server.\n\nUsing scrapy-feedexporter-sftp\n==============================\n\nAdd a ``FEED_STORAGES`` to your Scrapy settings:\n\n.. code-block:: python\n\n    FEED_STORAGES = {\"sftp\": \"scrapy_feedexporter_sftp.SFTPFeedStorage\"}\n\nDefine your ``FEED_URI`` in Scrapy settings:\n\n.. code-block:: python\n\n    FEED_URI = \"sftp://user:password@some.server/some/path/to/a/file\"\n\nTo use a private key for authentication, use the ``FEED_STORAGE_SFTP_PKEY``\nsetting:\n\n.. code-block:: python\n\n    FEED_STORAGE_SFTP_PKEY = \"\"\"\n    -----BEGIN RSA PRIVATE KEY-----\n    ...\n    ... base64 encoded ...\n    ...\n    -----END RSA PRIVATE KEY-----\n    \"\"\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-sftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-sftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-sftp/lists"}