Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boris/pyshot
- Owner: boris
- Created: 2017-01-03T03:15:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T09:45:29.000Z (9 months ago)
- Last Synced: 2024-10-10T04:22:25.517Z (28 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.