Page 1 of 1

Creating a simple telegram bot torrent integration, need some help

Posted: Tue Oct 09, 2018 5:40 pm
by newfyle
I'm creating a telegram bot app that uses DelugeRPCClient to download torrents through the inline keyboard function for a group chat.
The problem is, I couldn't quite understand how the plugin works with the documentation. Is there a much more easier to understand documentation
or that I should spend some time sifting through various plugins available in the app?

Also, what's the ideal method of storing ip addresses and passwords? Currently I'm only using base64 in order to do a basic encryption and decryption everytime I need it, but I assume I need something more intensive and secure.