bitbot icon indicating copy to clipboard operation
bitbot copied to clipboard

Figure out git url shortening long-term

Open examknow opened this issue 3 years ago • 1 comments

#339 was implemented as a temporary solution to #338 but we ideally should have a sustainable way to do URL shortening with the git modules long term. I was thinking we could borrow the implementation from the shorturl module and allow the user to decide who they want to handle their url shortening (or if they even want to shorten urls at all). This way we can eliminate 100% reliance on any single third party who could end service at any time (cough cough: github).

examknow avatar Jan 20 '22 17:01 examknow

Probably also should have a catch-all exception handler so that if a shortener breaks, the functionality won't just fail mysteriously.

examknow avatar Jan 20 '22 17:01 examknow