https://github.com/benwebber/invadicons
:space_invader: They came from outer space!
https://github.com/benwebber/invadicons
Last synced: 10 months ago
JSON representation
:space_invader: They came from outer space!
- Host: GitHub
- URL: https://github.com/benwebber/invadicons
- Owner: benwebber
- License: gpl-3.0
- Created: 2012-10-31T00:57:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T02:46:33.000Z (over 11 years ago)
- Last Synced: 2025-02-10T09:16:59.753Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invadicons
Invadicons are 8-bit avatars that look kind of like Space Invaders.
This is an open-source clone of [Gravatar's retro avatars](https://en.gravatar.com/site/implement/images/#default-image), written in Python. Invadicons are served by a [Flask](http://flask.pocoo.org/) app.
## Examples
These are some of the invadicons you get when you hash `00000000000000000000000000000000` repeatedly.



## Usage
Request an invadicon by passing an MD5 hash to the application. Invadicons are served as PNG or SVG files. The default format is PNG, and the default size is 100px by 100px.
### PNG
Optionally specify the `.png` suffix, or a `size` in pixels.
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd.png
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd?size=128
### SVG
Specify the `.svg` suffix.
http://invadicons.example.org/11ac68eee8398ae00e9f6b11b22f7efd.svg