emonq / api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apis written with Python and FastAPI

You can visit here to see the demo

Features

  • addgroup: Add group name for QuantumultX subscriptions to avoid nodes confliction.
  • ddns: Work as a proxy to Google DDNS

Usage

  1. Install requirements with

    pip install -r requirements.txt

  2. Run

    gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app

About


Languages

Language:Python 100.0%