Reversed Club Penguin Avatar API
- Python 2.7
- Flask (
pip install Flask - Pillow (
pip install Pillow) - requests
- Flask SQLAlchemy (
pip install Flask-SQLAlchemy)
Edit host in Avatar.py to the domain/subdomain your avatar API points to. To run the API open Terminal/CMD and type
python Avatar.py