[Plugin] Telegramer (Beta)

Suggest, post, or discuss plugins for Deluge
noam
Member
Member
Posts: 11
Joined: Mon Jun 06, 2016 1:11 pm

[Plugin] Telegramer (Beta)

Post 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. :)
XxOsurfer3xX
Leecher
Leecher
Posts: 67
Joined: Fri Jun 21, 2013 10:28 am

Re: [Plugin] Telegramer (Beta)

Post by XxOsurfer3xX »

Nice job, this plugin looks awesome, I will try it whenever I can.
asensio
Member
Member
Posts: 11
Joined: Sun Nov 11, 2012 1:59 pm

Re: [Plugin] Telegramer (Beta)

Post by asensio »

Great work,

so far, so good. I'll be trying this plugin
Thanks :)
asensio
Ansem
Member
Member
Posts: 32
Joined: Sat Aug 06, 2016 7:14 pm

Re: [Plugin] Telegramer (Beta)

Post 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
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: [Plugin] Telegramer (Beta)

Post by shamael »

Mmm interesting :) , The creation of the egg file as suggested by Ansem will be very useful for most users.
noam
Member
Member
Posts: 11
Joined: Mon Jun 06, 2016 1:11 pm

Re: [Plugin] Telegramer (Beta)

Post 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
vbondarev

Re: [Plugin] Telegramer (Beta)

Post 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.
noam
Member
Member
Posts: 11
Joined: Mon Jun 06, 2016 1:11 pm

Re: [Plugin] Telegramer (Beta)

Post by noam »

Hi vbondarev. Do you have pyTelegramBotAPI installed? Any errors in the logs when trying to enable the plugin?
Black Lynx
New User
New User
Posts: 5
Joined: Tue Mar 07, 2017 6:07 pm

Re: [Plugin] Telegramer (Beta)

Post 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.
noam
Member
Member
Posts: 11
Joined: Mon Jun 06, 2016 1:11 pm

Re: [Plugin] Telegramer (Beta)

Post 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.
Post Reply