Tag: EH Forwarder Bot
-
Splitting a Large Class and Multiple Inheritance in Python
—
in TechWhen I started refactoring EFB Telegram Master Channel (ETM) for 2.0 updates, I was investigating ways to organize code into different files in a decent manner. In this article I’d like to talk about the strategy I used, comparing to another codebase I was reading back then, itchat.
-
What’s so new in EH Forwarder Bot 2 (and its modules)
—
in TechEH Forwarder Bot is an extensible chat tunneling framework that allow users to send and receive messages from multiple IM platforms at one stop, and ultimately manage their accounts remotely.
-
Idea: Group Chat Tunneling (Sync) with EH Forwarder Bot
—
in TechEH Forwarder Bot (EFB) is an extensible chat tunneling framework written in Python 3. GitHub. EFB is mainly designed for gathering messages from many other platforms to the one platform, but also designed with other types of tunneling in mind. In this article, I’d like to introduce how EFB works now, and how to design…