Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 354 Bytes

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

python Avatar.py