{"id":20545724,"url":"https://github.com/joamag/dropbox-notifier","last_synced_at":"2026-03-04T20:07:47.747Z","repository":{"id":171496773,"uuid":"647834842","full_name":"joamag/dropbox-notifier","owner":"joamag","description":"Get notified about changes in your Dropbox account 🐍 + 📄","archived":false,"fork":false,"pushed_at":"2024-09-09T13:29:11.000Z","size":886,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T15:55:44.184Z","etag":null,"topics":["api","appier","dropbox","notifier"],"latest_commit_sha":null,"homepage":"https://dropbox-notifier.bemisc.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joamag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-31T16:06:57.000Z","updated_at":"2024-09-09T13:28:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e57abd5a-34ae-4a6b-a51a-f3d5b856926c","html_url":"https://github.com/joamag/dropbox-notifier","commit_stats":null,"previous_names":["joamag/dropbox-notifier"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fdropbox-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fdropbox-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fdropbox-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joamag%2Fdropbox-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joamag","download_url":"https://codeload.github.com/joamag/dropbox-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150809,"owners_count":20080006,"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":["api","appier","dropbox","notifier"],"created_at":"2024-11-16T01:53:09.006Z","updated_at":"2026-03-04T20:07:47.736Z","avatar_url":"https://github.com/joamag.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dropbox Notifier 🐍 + 📄\n\nGet notified when a file or folder is modified in your [Dropbox](https://www.dropbox.com) account.\n\nThe development of this project was sponsored by [Hive Solutions](http://www.hive.pt).\n\n## Features\n\n* Uses Python 3.6+ with type hinting\n* Uses [Appier](https://github.com/hivesolutions/appier) and [Appier Extras](https://github.com/hivesolutions/appier-extras)\n* Runs on top of [ASGI](https://asgi.readthedocs.io/en/latest/)\n* Sends e-mail based notifications\n* Makes use of [Black](https://github.com/psf/black) for validation\n\n### Configuration\n\n| Name                   | Type   | Default | Description                                                                                      |\n| ---------------------- | ------ | ------- | ------------------------------------------------------------------------------------------------ |\n| **SCHEDULER**          | `bool` | `True`  | If the scheduler for modification tracking is active.                                            |\n| **SCHEDULER_TIMEOUT**  | `int`  | `30`    | The number of seconds between tick scheduler tick operations.                                    |\n| **NOTIFIER_EMAIL**     | `str`  | `None`  | The email address to where the modification notifications are going to be sent.                  |\n| **NOTIFIER_RECEIVERS** | `list` | `[]`    | Alternative to `NOTIFIER_EMAIL` to specify multiple receivers.                                   |\n| **NOTIFIER_CC**        | `list` | `[]`    | Sames as `NOTIFIER_RECEIVERS` but for the CC field.                                              |\n| **NOTIFIER_BCC**       | `list` | `[]`    | Sames as `NOTIFIER_RECEIVERS` but for the BCC field.                                             |\n| **NOTIFIER_REPLY_TO**  | `list` | `[]`    | Sames as `NOTIFIER_RECEIVERS` but for the Reply-to.                                              |\n| **NOTIFIER_FOLDER**    | `str`  | `None`  | The Dropbox path or ID of the folder to be scanned for changes (eg: `\"id:CtYjakofsdAAAAAPyEg\"`). |\n\n### Resend Notifications\n\nIf notification emails were missed (e.g., due to a race condition), you can resend them for files modified after a given timestamp using the admin endpoint:\n\n```bash\nGET /admin/resend?since=2026-03-01T00:00:00Z\n```\n\nThe `since` parameter should be an ISO 8601 UTC timestamp matching the Dropbox `server_modified` format (eg: `2026-03-01T00:00:00Z`).\n\nThe endpoint will scan the monitored folder, download all files modified after the given timestamp, and resend the notification email with those files as attachments.\n\n## License\n\nDropbox Notifier is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/joamag/dropbox-notifier/workflows/Main%20Workflow/badge.svg)](https://github.com/joamag/dropbox-notifier/actions)\n[![PyPi Status](https://img.shields.io/pypi/v/dropbox-notifier.svg)](https://pypi.python.org/pypi/dropbox-notifier)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoamag%2Fdropbox-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoamag%2Fdropbox-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoamag%2Fdropbox-notifier/lists"}