This API has been migrated to .NET 8. You can find it here
Please join the Discord: https://discord.cs.surf
- Install dependencies
pip install -r requirements.txt - Copy/rename
config.json.exampletoconfig.jsonand populate- Redis connection is optional
- Copy/rename
requests.json.exampletorequests.json - Copy/rename
denied.json.exampletodenied.json - Run it
uvicorn main:app --port <YOUR_PORT_HERE> --host 0.0.0.0 --reload - Check it out at
https://<yourDomain>.com/docs