Sign inSign up

joamag/dropbox-notifier

By joamag

Updated 7 months ago

Simple notifier for Dropbox accounts.

Image
1

1.1K

joamag/dropbox-notifier repository overview

Dropbox Notifier 🐍 + 📄

Get notified when a file or folder is modified in your Dropbox account.

The development of this project was sponsored by Hive Solutions.

Features

Configuration
NameTypeDefaultDescription
SCHEDULERboolTrueIf the scheduler for modification tracking is active.
SCHEDULER_TIMEOUTint30The number of seconds between tick scheduler tick operations.
NOTIFIER_EMAILstrNoneThe email address to where the modification notifications are going to be sent.
NOTIFIER_RECEIVERSlist[]Alternative to NOTIFIER_EMAIL to specify multiple receivers.
NOTIFIER_CClist[]Sames as NOTIFIER_RECEIVERS but for the CC field.
NOTIFIER_BCClist[]Sames as NOTIFIER_RECEIVERS but for the BCC field.
NOTIFIER_REPLY_TOlist[]Sames as NOTIFIER_RECEIVERS but for the Reply-to.
NOTIFIER_FOLDERstrNoneThe Dropbox path or ID of the folder to be scanned for changes (eg: "id:CtYjakofsdAAAAAPyEg").
Resend Notifications

If 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:

GET /admin/resend?since=2026-03-01T00:00:00Z

The since parameter should be an ISO 8601 UTC timestamp matching the Dropbox server_modified format (eg: 2026-03-01T00:00:00Z).

The endpoint will scan the monitored folder, download all files modified after the given timestamp, and resend the notification email with those files as attachments.

License

Dropbox Notifier is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status PyPi Status License

Tag summary

Content type

Image

Digest

sha256:dd6d2d8c0

Size

140.3 MB

Last updated

7 months ago

docker pull joamag/dropbox-notifier