diff options
author | Tommy Ku <tommyku@users.noreply.github.com> | 2017-10-03 19:45:24 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2017-10-03 19:45:24 +0000 |
commit | c2a8f9d344b8cdb86c7197d7c046ad855d416fde (patch) | |
tree | fd62aa790c77e2a562bd527cd59c613a4c44d7e3 | |
parent | fix rocket.chat URL (#1175) (diff) | |
download | awesome-selfhosted-c2a8f9d344b8cdb86c7197d7c046ad855d416fde.tar.gz awesome-selfhosted-c2a8f9d344b8cdb86c7197d7c046ad855d416fde.zip |
Added Link shortener bot (#1191)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1183,6 +1183,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com **[`^ back to top ^`](#)** + * [Link-shortener-bot](https://github.com/tommyku/link-shortener-front-end) `⚠` - URL shortener using a Telegram Bot. ([Demo](http://t.me/GiveMeShortLinkBot)) `MIT` `ruby` * [Linkr](https://linkrapp.com) - Beautiful, fast URL shortening. ([Demo](https://demo.linkrapp.com), [Source Code](https://github.com/LINKIWI/linkr)) `MIT` `Python/Nodejs` * [Lstu](https://github.com/ldidry/lstu) - _Let's SHorten That Url_ - Lightweight URL shortener. `WTFPL` `Perl` * [Nimbus](https://github.com/ethanal/nimbus) - A URL shortener and file sharer with a drag-and-drop OS X menu bar client and web interface. `MIT` `Python` |