2024-04-13 23:33:58 -04:00
..
2024-04-13 23:22:36 -04:00
2024-04-13 19:24:49 -04:00
2024-04-13 21:09:13 -04:00
2024-04-13 23:33:58 -04:00

Unshortener Resolver API

Simple FastAPI app to resolve links behind shortened URLs.

Supported sites:

  • t.co
  • tinyurl.com

Usage

Build and run the Docker container:

make build
docker -d --name unshortener -p 8000:8000 unshortener-api