Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boris/pyshot

Screenshot uploader in python
https://github.com/boris/pyshot

Last synced: 7 days ago
JSON representation

Screenshot uploader in python

Awesome Lists containing this project

README

        

# Py[thon Screen]shot
Motivation: I need to learn python, so in my first week started with a small
project that I already did in Ruby: A script to upload screenshots from
`/tmp/screenshots` to some public location (i.e. one of my servers).

**Setup**
```
sudo pip install pyinotify
# edit pyshot.service, change path, add your user
sudo cp pyshot.service /lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable pyshot.service
sudo systemctl start pyshot.service
```

**To Do**
- Daemonize (currently using systemd)
- Copy link to clipboard (xsel ?)
- Show notification on Ubuntu notification
- Make it a module?

**Other stuffs - What you need**
- Somewhere to upload your images
- Pubkey authentication for your user to that _somewhere_

**FAQ**
- Why not using dropbox or something else?
- Because is not **that** funny.