2017-12-01 23:33:52 -05:00
|
|
|
# Link Shortener Bot
|
|
|
|
|
|
|
|
Link Shortener Bot is a Zulip bot that will shorten URLs ("links") in a
|
2018-04-27 14:42:05 -04:00
|
|
|
conversation. It uses the [bitly URL shortener API] to shorten its links.
|
2017-12-01 23:33:52 -05:00
|
|
|
|
2018-04-27 14:42:05 -04:00
|
|
|
Use [this](https://dev.bitly.com/get_started.html) to get your API Key.
|
2017-12-29 09:22:40 -05:00
|
|
|
|
2017-12-01 23:33:52 -05:00
|
|
|
Links can be anywhere in the message, for example,
|
|
|
|
|
|
|
|
> @**Link Shortener Bot** @**Joe Smith** See
|
|
|
|
> https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots
|
|
|
|
> for a list of all Zulip bots.
|
|
|
|
|
|
|
|
and LS Bot would respond
|
|
|
|
|
|
|
|
> https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots:
|
2018-04-27 14:42:05 -04:00
|
|
|
> **https://bit.ly/2FF3QHu**
|
2017-12-01 23:33:52 -05:00
|
|
|
|
2018-04-27 14:42:05 -04:00
|
|
|
[bitly URL shortener API]: https://bitly.com/
|