I recently bought my second raspberrypi. It is hooked up to a 1TB harddrive and it was placed in my parents basement. It is a external data storage, mainly for backups.
On thing i wanted to back up was my dropbox. Sadly i found out, that there is no official Dropbox client for ARM. This and the fact, that i wanted to experiment with both, python and dropbox, are the reasons i wrote dropper.py - a simple Dropbox Downloader.
https://github.com/thephpjo/dropper.py
At the moment it is a pure downloader: Only new or changed files are downloaded. Deleted files are not synced yet, but that is the next thing i will try to implement.
As this is my first contact with Python, criticism would be highly appreciated. I basically have no idea how stuff works in Python and just started to write something. I rand into a couple of walls, such as string formatting.
Thanks in Advance, Johannes