All Projects → spencerwooo → bannero

spencerwooo / bannero

Licence: MIT license
An image API for simpledesktops.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bannero

installer
The Chevereto installer CLI/HTTP single-file tooling
Stars: ✭ 24 (-27.27%)
Mutual labels:  image-hosting
Nodetube
Open-source YouTube alternative that offers video, audio and image uploads, livestreaming and built-in monetization
Stars: ✭ 2,066 (+6160.61%)
Mutual labels:  image-hosting
Chevereto Free
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
Stars: ✭ 2,275 (+6793.94%)
Mutual labels:  image-hosting
Void
Fast and elegant file hosting service.
Stars: ✭ 48 (+45.45%)
Mutual labels:  image-hosting
ImageX
A free image host built with laravel and MinIO
Stars: ✭ 13 (-60.61%)
Mutual labels:  image-hosting
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (+24.24%)
Mutual labels:  image-hosting
chevereto-free
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
Stars: ✭ 2,522 (+7542.42%)
Mutual labels:  image-hosting
imagehost
A Secure and Anonymous Image Host
Stars: ✭ 52 (+57.58%)
Mutual labels:  image-hosting
imgs-upload-srv
【Released】🌁一款以图片管理为核心的图床。在众多上传的图片中管理自己的图片,分类它们,贴上标签...以便以后精确管理。提供简单分享&在线外链("仅存储"&UI2.x功能正在进行中)。🌹
Stars: ✭ 73 (+121.21%)
Mutual labels:  image-hosting
free-pic
free-pic 一个第三方免费图床扩展包 free image-hosting
Stars: ✭ 22 (-33.33%)
Mutual labels:  image-hosting
imgbed
📒多接口/自定义接口的文件/图片上传
Stars: ✭ 38 (+15.15%)
Mutual labels:  image-hosting

Bannero API

🚀🥇🗳

Simple random banner pictures for blogs, websites and more.

GitHub

I'm BACK!

What is Simple Desktops?

Simple Desktops is ...

A collection of wallpapers designed to make your computer beautiful without distraction.

Personally, I really like the design and simplicity of the images Simple Desktops provide. So I really wanted to put those on my blog, or other web pages. So I whipped up this API to randomize an image that I can easily embed in my blog posts.

Usage

Embed the following code into your desired places. Don't worry about https support, API's GET method is served over https, and all redirected image links are served over https too. 🐱‍👤

1. Plain URL

https://bannero.herokuapp.com

2. Markdown

![img](https://bannero.herokuapp.com)

3. HTML

<img src="https://bannero.herokuapp.com" alt="img.png" title="img.png" />

Images are reloaded and randomized with every refresh.

Does it look nice?

Of course.

sshot-1.png

Contributions are welcome.

Building

  • Install Python 3
  • Install pipenv, then run:
pipenv install
  • Go into Python virtual environment:
pipenv shell
  • Run server at localhost:9000
python src/api.py

Acknowledgements

  • Images at Simple Desktops are for personal use and for personal use only. They shouldn't be sold or reposted without the expressed written consent of the desktop creator. See Simple Desktops for more details.
  • A huge thank you to SM.MS for providing such a stable and awesome image hosting service.
  • App is proudly served at Heroku.

🚀 Bannero API ©Spencer Woo. Released under the MIT License.

Created, authored and maintained by Spencer Woo.

@Blog · ⒿJike · @GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].