{"id":19900002,"url":"https://github.com/scrapy-plugins/scrapy-feedexporter-dropbox","last_synced_at":"2025-05-02T22:32:06.386Z","repository":{"id":73762299,"uuid":"432223494","full_name":"scrapy-plugins/scrapy-feedexporter-dropbox","owner":"scrapy-plugins","description":"Scrapy feed exporter for Dropbox","archived":false,"fork":false,"pushed_at":"2024-07-11T10:50:08.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-07T07:52:35.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scrapy-plugins.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":"2021-11-26T15:28:32.000Z","updated_at":"2024-07-11T10:50:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"43205098-4f08-414b-a1fb-0e7e80103f8b","html_url":"https://github.com/scrapy-plugins/scrapy-feedexporter-dropbox","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-dropbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-dropbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-dropbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrapy-plugins%2Fscrapy-feedexporter-dropbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scrapy-plugins","download_url":"https://codeload.github.com/scrapy-plugins/scrapy-feedexporter-dropbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252116443,"owners_count":21697379,"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:47.193Z","updated_at":"2025-05-02T22:32:04.737Z","avatar_url":"https://github.com/scrapy-plugins.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dropbox Exporter for Scrapy\n[Scrapy feed export storage backend](https://doc.scrapy.org/en/latest/topics/feed-exports.html#storage-backends) for Dropbox.\n\n## Requirements\n-  Python 3.8+\n\n## Installation\n```bash\npip install git+https://github.com/scrapy-plugins/scrapy-feedexporter-dropbox\n```\n\n## Usage\n* Add this storage backend to the [FEED_STORAGES](https://docs.scrapy.org/en/latest/topics/feed-exports.html#std-setting-FEED_STORAGES) Scrapy setting. For example:\n    ```python\n    # settings.py\n    FEED_STORAGES = {'dropbox': 'scrapy_dropbox.DropboxFeedStorage'}\n    ```\n* Configure [authentication](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/) to generate access token and use it like following:\n  \n  For example,\n  ```python\n  DROPBOX_API_TOKEN = 'your generated access token here'\n    ```\n\n* Configure in the [FEEDS](https://docs.scrapy.org/en/latest/topics/feed-exports.html#feeds) Scrapy setting the Dropbox URI where the feed needs to be exported.\n\n    ```python\n    FEEDS = {\n        \"dropbox://\u003cfolder_name\u003e/\u003cfile_name.extension\u003e\": {\n            \"format\": \"json\"\n        }\n    }\n    ```\n  \n## Feed Options\n- This exporter does not support setting `overwrite` [feed option](https://docs.scrapy.org/en/latest/topics/feed-exports.html#feed-options) to `False` [(no support by dropbox for append operation)](https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-append-to-existing-file/td-p/271603)\n  - If it's set to `False`, a warning will be logged.\n  - Default is `True`, so if the file already exists, it will be overwritten\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-dropbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-dropbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapy-plugins%2Fscrapy-feedexporter-dropbox/lists"}