amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
703 stars 135 forks source link

Firefox & Chrome add ons #6

Open kierun opened 6 years ago

kierun commented 6 years ago

This is a feature request.

Any chance of creating a Firefox (for myself that would be best) or Chrome (I am sure other people use it) extension/add-on to use this?

Thank you.

amitt001 commented 6 years ago

Hey @kierun, thanks for the feature request.

Currently, I am the only contributor to the app. I will look into it once the app is stable enough with test case coverage of 90%+.

kierun commented 6 years ago

No rush whatsoever. It's a feature request I would help implement if (i) I had time and (ii) had the necessary skill set. ☺

oriolrius commented 6 years ago

I created a Chrome Extension which does mostly what you want, it's available at:

https://github.com/oriolrius/shorturl

My idea from now will evolve the extension for being more open. I created the extension just thinking about my requirements because I needed my own URL shortener service ASAP. BTW, it's not difficult to generalize my work and make PR to this project. I hope it's useful my plan will start that next week.

;)