A zero-configuration URL shortener.
-
Method #1 (recommended, requires git):
- Clone via git:
git clone https://github.com/iiPythonx/ooga-booga cd ooga-booga
- Launch following the usage instructions.
- Clone via git:
-
Method #2:
- Download the zip (link).
- Extract using 7-zip, windows explorer, or similar.
- Launch following the usage instructions.
To launch in production mode (via uvicorn):
python3 -m uvicorn ooga:app
Licensed under the MIT license, see here for more information.