Skip to content

agmmnn/random-repo-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tool to pick and return a random image from the given github repo folder.

  • url structure: randomrepoimg.fly.dev/<user>/<repo>/<folder>

Example Usage:

Preview (Refresh the page):

random

Development

Serve

# using gunicorn
gunicorn --bind 127.0.0.1:5000 app:app

# using waitress
waitress-serve --listen=127.0.0.1:5000 app:app

Deploy

# using fly.io

flyctl deploy

About

🧤A simple flask app to pick and return a random image from the given github repo folder.

Topics

Resources

Stars

Watchers

Forks

Languages