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
- Host: GitHub
- URL: https://github.com/times-0/avatar
- Owner: Times-0
- License: gpl-3.0
- Created: 2017-11-12T09:39:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T14:07:21.000Z (over 6 years ago)
- Last Synced: 2025-01-17T22:43:05.940Z (5 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```