Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 574 Bytes

File metadata and controls

12 lines (10 loc) · 574 Bytes

This API has been migrated to .NET 8. You can find it here

Please join the Discord: https://discord.cs.surf

Pre-Requisites

  • Install dependencies pip install -r requirements.txt
  • Copy/rename config.json.example to config.json and populate
    • Redis connection is optional
  • Copy/rename requests.json.example to requests.json
  • Copy/rename denied.json.example to denied.json
  • Run it uvicorn main:app --port <YOUR_PORT_HERE> --host 0.0.0.0 --reload
  • Check it out at https://<yourDomain>.com/docs