pyslackers/sirbot-pyslackers

Url Deshortener

mattrasband opened this issue · 0 comments

Shortened urls are often used for tracking purposes, a nice feature could be something that unrolls them and replies in a thread to give users the option of which link.

Most cases should be doable via a GET to the url without following redirects and grabbing the Location header (or url if the framework exposes it)