/forward

A collection of social media forwarders, listen for new messages and forward them.

Primary LanguagePythonThe UnlicenseUnlicense

forward

A collection of social media forwarders that listens for new messages and forwards them.
For example, you can forward messages from Discord to Telegram.

Getting Started

You need to have Python 3.x installed.

  1. To begin using the forwarder clone or download the repository
git clone https://github.com/dsymbol/forward
  1. Navigate to the forwarder of your choosing
cd forward/app/?
  1. Install the module dependencies
pip install -r requirements.txt
  1. Replace the example values with your own in the conf.py file

  2. You should now be able to use the forwarder to forward messages as desired by running the forwarder

python bot.py