An open API service indexing awesome lists of open source software.

https://github.com/times-0/avatar

Reversed Club Penguin Avatar API
https://github.com/times-0/avatar

Last synced: 3 months ago
JSON representation

Reversed Club Penguin Avatar API

Awesome Lists containing this project

README

        

# Avatar
Reversed Club Penguin Avatar API

# Requirements
* Python 2.7
* Flask (`pip install Flask`
* Pillow (`pip install Pillow`)
* requests
* Flask SQLAlchemy (`pip install Flask-SQLAlchemy`)

# Setup
Edit `host` in `Avatar.py` to the domain/subdomain your avatar API points to. To run the API open Terminal/CMD and type

```cmd
python Avatar.py
```