Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/airtonix/pyimageposter
- Owner: airtonix
- Created: 2010-05-30T10:56:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-30T11:15:41.000Z (over 14 years ago)
- Last Synced: 2024-05-21T03:17:28.970Z (8 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Python Image Poster
===================
Zenobius JiricekUsage :
PyImagePoster.py filesTodo :
# 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)