Search found 11 matches

by noam
Sun Aug 13, 2023 4:03 am
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

romprod wrote: Sat Aug 12, 2023 9:51 pm Has anyone had this working on Deluge v2.* at all?
Hey romprod, feel free to post any issues on GitHub. You can also find the latest builds on GitHub (e.g. 2.1.1.2), the links posted here may be outdated.
by noam
Mon Aug 21, 2017 9:25 am
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Hi noam, I have been trying to get the plugin to work, unfortunately without any success to date. Basically I went through the same installation steps as Black Lynx did with the same results. I used your pre-built version 1.1.2. Heres the debug output: [DEBUG ] 11:45:40 pluginmanagerbase:124 Found ...
by noam
Sat Jun 17, 2017 10:10 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Black Lynx wrote:noam, GREAT! It's Working!
Glad to hear! As mentioned on the Releases page, there is still an issue where the bot stops functioning after sleep/suspend, but that should be fixed in the next release.
Please report any other bugs you encounter on the GitHub Issues page.
by noam
Sat Jun 17, 2017 11:52 am
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Sorry for delay. 1.Installed - Done 2.Launch - Done 3.Get Token, Send Token to plugin, get user ID, Send ID to plugin. 4.Save, TEST and nothing. Plugin have logging? Can you please try with the latest release (v1.1.1)? https://github.com/noam09/deluge-telegramer/releases If the latest release still...
by noam
Mon May 15, 2017 5:26 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

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. Hi, noam. I'm very interested in the plugin, ready to...
by noam
Sun Mar 12, 2017 6:27 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Cas wrote:Looking at your core code I'm sure you can easily change usage of requests for twisted.web: https://twistedmatrix.com/documents/14. ... lient.html
I'll definitely take a look at that, thanks for the tip.
by noam
Sun Mar 12, 2017 12:55 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

What you should do is create a folder (e.g. include) in your plugin then drop the files for the module in there and then in code try for external module and fallback on ImportError to included module. Yarss2 does this: https://bitbucket.org/bendikro/deluge-yarss-plugin/src/054d22522b96dfee7eba80add...
by noam
Tue Mar 07, 2017 6:20 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Hi, noam! I have some troubles with latest version of Telegramer on Win7. I'm download .egg from https://github.com/noam09/deluge-telegramer/releases/download/v1.0.2/Telegramer-1.0.2-py2.7.egg Plugin added by Deluge (Plugins\Install module), Deluge restarted (Windows restarted also). But chekbox ne...
by noam
Fri Dec 30, 2016 5:18 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

Hi vbondarev. Do you have pyTelegramBotAPI installed? Any errors in the logs when trying to enable the plugin?
by noam
Sat Nov 19, 2016 4:28 pm
Forum: Plugins
Topic: [Plugin] Telegramer (Beta)
Replies: 27
Views: 70101

Re: [Plugin] Telegramer (Beta)

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