No description
Find a file
2021-04-29 20:55:57 +01:00
avatars new default pfps 2021-04-29 20:55:57 +01:00
main.py forgot what I wanted to do oops 2021-04-20 00:08:41 -04:00
README.md Update README.md 2021-02-28 01:18:55 -05:00
requirements.txt woo 2021-02-16 01:14:14 -05:00

Avatar Server

Just a small and simple/asynchronous avatar server written using the quart web server

Interested in using this Avatar Server??? 😳

Setup instructions:

  • Step 1: Clone the repository. git clone https://github.com/Airiuwu/AvatarServer
  • Step 2: Install the dependencies. python3.9 -m pip install -r requirements.txt
  • Step 3: Run the server. hypercorn main.py -b HOST:PORT example: 127.0.0.1:5000