Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsymbol/forward

A collection of social media forwarders, listen for new messages and forward them.
https://github.com/dsymbol/forward

bot discord telegram

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.python.org/downloads/) 3.x installed.

1. To begin using the forwarder clone or [download](https://github.com/dsymbol/forward/archive/refs/heads/main.zip) the repository

```bash
git clone https://github.com/dsymbol/forward
```

2. Navigate to the forwarder of your choosing

```bash
cd forward/app/?
```

3. Install the module dependencies

```bash
pip install -r requirements.txt
```

4. Replace the example values with your own in the conf.py file

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

```bash
python bot.py
```