Skip to content
/ PyUp Public

Automatically uploads screenshots to imgur.com and adds the image-URL the clipboard.

Notifications You must be signed in to change notification settings

janoelze/PyUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation


CURRENTLY NOT WORKING


PyUp

PyUp automatically uploads screenshots to imgur.com and adds the image-URL to your clipboard. It uses OS X 10.8+'s Notification Center via pync.

Installation

PyUp needs the screenshots to be saved to a dedicated location other than the desktop, as it's uploading every file added to this folder. You can change the default location using these commands:

$ mkdir ~/pyup_screenshots/
$ defaults write com.apple.screencapture location ~/pyup_screenshots/
$ killall SystemUIServer

###Usage

$ python PyUp.py /path/to/screenshot/folder/

About

Automatically uploads screenshots to imgur.com and adds the image-URL the clipboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages