Page 1 of 3

[Plugin] Telegramer (Beta)

Posted: Mon Jul 04, 2016 1:45 pm
by noam
Hi, I'm new to the forums but I've been a Deluge user for quite a while.
I just want to share a plugin I've been working on, Telegramer.
It's similar in theory to the Growl and XMPP Notify plugins, but this one centers around Telegram messenger.

Current Features:
  • Receive torrent added/completed notifications to Telegram
  • Add new torrents via Telegram
  • List torrents and info on Telegram
  • GTK and Web UI
Latest Version:
  • 1.0.0 (2016-07-04)
Installation, Requirements and Source:
All of the features and inner-workings of Telegramer, as well as download and installation instructions, can be found on GitHub:
https://github.com/noam09/deluge-telegramer

I'd love it if some of the Telegram users on the forum would give it a try. It's still in beta, so there are probably bugs to sort out, but I'm hoping you guys can help me out with spotting them.

Notes: Telegramer has been tested mainly on Deluge 1.3.12 on Arch Linux, but Windows support is also in development!

Thanks for any tips or insight. :)

Re: [Plugin] Telegramer (Beta)

Posted: Sun Jul 17, 2016 10:19 pm
by XxOsurfer3xX
Nice job, this plugin looks awesome, I will try it whenever I can.

Re: [Plugin] Telegramer (Beta)

Posted: Tue Jul 26, 2016 6:50 am
by asensio
Great work,

so far, so good. I'll be trying this plugin
Thanks :)
asensio

Re: [Plugin] Telegramer (Beta)

Posted: Mon Nov 07, 2016 10:16 pm
by Ansem
there is some hope to have the egg dirctly made, instead of us building it? I don't want to install useless things on my server :/
I think that this lug-in can be very usefull, but without the egg already made not many people will use it

Re: [Plugin] Telegramer (Beta)

Posted: Tue Nov 08, 2016 8:26 am
by shamael
Mmm interesting :) , The creation of the egg file as suggested by Ansem will be very useful for most users.

Re: [Plugin] Telegramer (Beta)

Posted: Sat Nov 19, 2016 4:28 pm
by noam
Hey, thanks for the feedback and replies. :)
I just added a pre-built .egg of the plugin to my GitHub releases page, it would be great if you could give it a try and let me know if it works alright. Your feedback is the only thing that can help me improve the plugin, so I really appreciate it.
https://github.com/noam09/deluge-telegramer/releases
Unfortunately, since this plugin relies on Python modules which aren't available in the main Deluge installation, you will still need to install the pyTelegramBotAPI package on your system:

Code: Select all

sudo su
pip install --upgrade PyTelegramBotAPI
exit

Re: [Plugin] Telegramer (Beta)

Posted: Wed Dec 21, 2016 7:55 am
by vbondarev
Not working at all. I've tried builded egg and pre-build egg. After I've activated plugin via GTK it deactivates itself.

Re: [Plugin] Telegramer (Beta)

Posted: Fri Dec 30, 2016 5:18 pm
by noam
Hi vbondarev. Do you have pyTelegramBotAPI installed? Any errors in the logs when trying to enable the plugin?

Re: [Plugin] Telegramer (Beta)

Posted: Tue Mar 07, 2017 6:17 pm
by Black Lynx
Hi, noam!
I have some troubles with latest version of Telegramer on Win7.
I'm download .egg from https://github.com/noam09/deluge-telegr ... -py2.7.egg
Plugin added by Deluge (Plugins\Install module), Deluge restarted (Windows restarted also).
But chekbox near Telegramer is empty, after i'm make Apply.

Sorry for my english.

Re: [Plugin] Telegramer (Beta)

Posted: Tue Mar 07, 2017 6:20 pm
by noam
Black Lynx wrote:Hi, noam!
I have some troubles with latest version of Telegramer on Win7.
I'm download .egg from https://github.com/noam09/deluge-telegr ... -py2.7.egg
Plugin added by Deluge (Plugins\Install module), Deluge restarted (Windows restarted also).
But chekbox near Telegramer is empty, after i'm make Apply.

Sorry for my english.
Hey,
Unfortunately for now Windows isn't supported.
Some of the Python requirements the module needs to function aren't available when running on Windows as they are when running on Linux.
Hopefully I will find the time to make it work in the future.