Skip to content

eric-void/dropbox-event-feed-to-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

dropbox-event-feed-to-mail

A python3 script to send dropbox event list to mail

Setup

To use it you must create a Dropbox app, see https://www.dropbox.com/developers/apps/create

After that, edit the .py file and set your API key and the email address that will receive the event feed.

Your system must have "curl" and "sendmail" commands available.

Usage

First time you execute the script it will initilize the cursor to current dropbox status.

After that, each time you execue the script it will fetch changes from previous running, sort them and send them to email address specified in header.

You can put the script in your crontab, executing it once a day or every X hours.

About

A script to send dropbox event list to mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages