OofChair / OofAPI

OofAPI, a fun API created by OofChair.

Home Page:http://api.pwnbot.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OofAPI

This API was created as a fun side project by OofChair.

This is NOT FINISHED and may not be for a while.

This was created using FastAPI and uses the sr_api pip package.


Want to run this yourself?

Easy, make a new venv. (On Ubuntu)
If not already installed, install python3-venv.

sudo apt install python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
git clone https://github.com/OofChair/OofAPI && cd OofAPI
pip install fastapi uvicorn[standard] sr_api
cd source
uvicorn main:api

To run it so your changes happen in real time, run uvicorn main:api --reload.

Some questions you might have:

Why did you make this?

Why not :^)

About

OofAPI, a fun API created by OofChair.

http://api.pwnbot.xyz

License:MIT License


Languages

Language:Python 100.0%