https://github.com/glensc/dropbox-watch
Dropbox as picture share service
https://github.com/glensc/dropbox-watch
Last synced: 2 months ago
JSON representation
Dropbox as picture share service
- Host: GitHub
- URL: https://github.com/glensc/dropbox-watch
- Owner: glensc
- License: bsd-3-clause
- Created: 2014-10-12T14:45:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T05:27:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T08:25:14.986Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dropbox as Picture Share Service
Any file saved to `~/Pictures/Screenshots` gets renamed based on timestamp and moved to `~/Dropbox/Public/Screenshots` folder.
When the move is completed, URL for the image is copied to clipboard and image viewer is opened so you can see your image before you paste the URL to IM, e-mail, etc...
Requirements:
- [dropboxd](https://www.dropbox.com/install?os=lnx) running,
- [libnotify](http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/),
- [inotify-tools](https://github.com/rvoicilas/inotify-tools/wiki)You should start the script at startup of your X session.
# Stopped working after March 15, 2017
Dropbox Public Folders Will Soon Become Private Folders for Basic Users
According to the [announcement](https://www.dropbox.com/help/files-folders/public-folder), free accounts have until March 15 to update their links, while the lights will go out for paid accounts on September 1.
- https://news.ycombinator.com/item?id=13190802
- https://hardware.slashdot.org/story/16/12/16/2111220/dropbox-kills-public-folders-users-rebel
- http://gadgets.ndtv.com/apps/news/dropbox-public-folders-will-soon-become-private-folders-for-basic-users-1638697# Installation
Copy `dropbox-watch.sh` to `$PATH`, for example `~/.local/bin/dropbox-watch.sh`, copy `dropbox-watch.desktop` to `~/.config/autostart/dropbox-watch.desktop`
Modify `dropbbox-watch.sh` to contain your Dropbox user id.