https://github.com/tapnisu/dsc-tg-forwarder
Selfbot to send your incoming Discord messages to Telegram
https://github.com/tapnisu/dsc-tg-forwarder
bot discord rust selfbot selfbot-for-discord telegram
Last synced: about 1 year ago
JSON representation
Selfbot to send your incoming Discord messages to Telegram
- Host: GitHub
- URL: https://github.com/tapnisu/dsc-tg-forwarder
- Owner: tapnisu
- License: mit
- Created: 2023-05-06T07:19:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:22:04.000Z (about 1 year ago)
- Last Synced: 2025-04-08T14:27:57.855Z (about 1 year ago)
- Topics: bot, discord, rust, selfbot, selfbot-for-discord, telegram
- Language: Rust
- Homepage: https://github.com/tapnisu/dsc-tg-forwarder
- Size: 281 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsc-tg-forwarder
Selfbot to send your incoming Discord messages to Telegram
> **Warning**:
> Selfbots are against Discord's Terms of Service, use at your own risk!
## Requirements
1. [Rust](https://www.rust-lang.org/tools/install)
## Installation
1. Run in your shell:
```sh
cargo install --git https://github.com/tapnisu/dsc-tg-forwarder
```
## Usage
### Using config
1. Run `dsc-tg-forwarder`, which will generate default config at `~/.config/dsc-tg-forwarder/config.yml`
2. Config it
3. Run `dsc-tg-forwarder`
### Using environment variables
1. Input your Discord token into DISCORD_TOKEN environment variable
2. Input your Telegram bot token into TELEGRAM_TOKEN environment variable
3. Input your output channel id into OUTPUT_CHAT_ID environment variable
4. Run `dsc-tg-forwarder`
### Using CLI
Just run this in your shell:
```sh
dsc-tg-forwarder -d YOUR_DISCORD_TOKEN -t YOUR_TELEGRAM_TOKEN -o OUTPUT_CHAT_ID
```