Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/python-image-uploader
an extendable tool to facilitate uploading images to remote image hosting services
https://github.com/airtonix/python-image-uploader
Last synced: 10 days ago
JSON representation
an extendable tool to facilitate uploading images to remote image hosting services
- Host: GitHub
- URL: https://github.com/airtonix/python-image-uploader
- Owner: airtonix
- Created: 2011-03-04T07:58:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-15T22:53:40.000Z (almost 14 years ago)
- Last Synced: 2024-05-21T03:17:28.974Z (8 months ago)
- Language: Python
- Homepage: airtonix.net/projects/python-image-uploader
- Size: 2.36 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# python-image-uploader
* configurable remote hosts
* works well with nautilus-actions## Setup
## Usage
### Uploading an image
upload_image.py --files FILES
Where FILES is a space separated list of files (relative or absolute).
### Configuring Remote Hosts
not implemented yet
## Todo
* convert configuration to a ConfigParser compatible format
* read the config directory for configfiles (one per remote host)
* create config GUI
* config gui should list available configurations in a comboeditbox
* changing the entry will mean saving it creates a new configuration file
* provide two buttons, save and delete