DreamSeekerKaiser / ehForwarderBot

An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.

Home Page:https://ehforwarderbot.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EH Forwarder Bot

Python >= 3.6

Travis (.com)

Gitter Telegram support group Documentation PyPI release Codacy grade Translate this project

Banner

Codename EH Forwarder Bot (EFB) is an extensible chat tunneling framework allowing users to contact people from multiple chat platforms and remotely control their accounts in one stop.

For tips, tricks and community contributed articles, see project wiki.

v2.0 beta release

This is an beta release of EFB version 2 for test only. Framework API may subject to change.

Documentation.

Getting Started

  1. Install the framework:

    pip3 install ehforwarderbot
    
  2. Install and enable channels from the channels repository.

  3. Launch EFB:

    ehforwarderbot
    

Feel like contributing?

Everyone is welcomed to raise an issue or submit a pull request, just remember to read through and follow the contribution guideline before you do so.

Related articles

License

EFB framework is licensed under GNU Affero General Public License 3.0 or later versions:

EH Forwarder Bot: An extensible chat tunneling bot framework.
Copyright (C) 2018 Eana Hufwe
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.

https://ehforwarderbot.readthedocs.io

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.5%Language:Makefile 0.5%