Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dsymbol/forward
- Owner: dsymbol
- License: unlicense
- Created: 2021-09-29T14:49:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T11:32:00.000Z (over 1 year ago)
- Last Synced: 2023-05-02T12:48:14.333Z (over 1 year ago)
- Topics: bot, discord, telegram
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```