Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/airtonix/pyimageposter

Python script for linux to upload images to various hosters.
https://github.com/airtonix/pyimageposter

Last synced: 10 days ago
JSON representation

Python script for linux to upload images to various hosters.

Awesome Lists containing this project

README

        

Python Image Poster
===================
Zenobius Jiricek

Usage :
PyImagePoster.py files

Todo :
# separate host config definitions into INI files in ~/.PyImagePoster/hosts/*.ini
# Write default host there if folder does not exist
# Create trayicon during process. Leave it there till user chooses to close it.
# trayicon will have options to copy url or page or image (if imagehosting definition file contains these "View Link Types").

[ (4) ]
----------------- -------------
| + ImageName1 >>| | Page Url |
| + ImageName2 > | | Image Url |
| + ImageName3 > | -------------
| + ImageName4 > |
-----------------
| ? About |
| x Quit |
-----------------

# Try to determine if we are running in gui or cli mode (maybe look for a paramter to indicate cli mode and assume gui mode if its missing)