From 08caa736803deb1e50f57e36cceee1971af0622e Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Thu, 10 Dec 2020 15:55:56 +0000 Subject: [PATCH] Add info about the telegram bot --- templates/help.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/help.html b/templates/help.html index a541f3b..0cc3ebc 100644 --- a/templates/help.html +++ b/templates/help.html @@ -35,7 +35,7 @@

To install it in a debian based system (like ubuntu) just do:

 $ sudo apt-get install golang
-$ sudo go get github.com/trantor-library/hummin
+$ sudo go get gitlab.com/trantor/hummin
 $ hummin
 

@@ -45,4 +45,9 @@ $ hummin

You can add ?fmt=json to almost any page on trantor and you'll get a json of the contents of the page. I'll love to hear if you do something cool with it, please tell me by email.

+
Telegram
+

There is an unofficial telegram bot run and maintained by a member of our library community: @imperialdownloaderbot

+ +

You can find more in it's forum thread. Or checking its source code: https://github.com/liljackx/trantor_library_bot

+ {{template "footer.html" .S}}