Skip to content

onur/img10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img10

Temporary image hosting service based on Google App Engine and Google Cloud Storage.

Sharing Screenshots Temporarily

You can use screenshot script to take screenshots with scrot and upload them to img10.xyz.

screenshot sharing

Or you can use curl to upload files directly with:

curl -s -F "img=@myimage.png" https://img10.xyz/upload

Installation

Clone repository, install requirements with pip and download Google App Engine SDK and start the dev_appserver.py in repository directory.

git clone https://github.com/onur/img10.git img10
cd img10
pip install -t lib -r requirements.txt
$PATH_TO_APPENGINE_SDK/dev_appserver.py .

Your instance should be available in: http://localhost:8080

TODO

  • Drag and drop support.

About

Temporary image hosting service based on Google App Engine and Google Cloud Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors