1.1.3 ā€¢ Published 4 years ago

discord-telegram-bridge v1.1.3

Weekly downloads
9
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

Welcome to discord-telegram-bridge šŸ‘‹

Version Documentation Maintenance License: GPL--3.0--or--later

A simple, small and fast discord to telegram bridge written in node.js

Install

npm install -g discord-telegram-bridge

Usage

  • Create a Discord bot.
  • Create a Telegram bot by talking to botFather
  • Create a Discord webhook. You can do this by going to Server settings -> Webhooks. Copy the URL, you'll need it later.

If you want to run it on heroku, you can just click the button below.

Deploy

  • Set env variables:
Env variabletypevalue
TELEGRAM_BOT_TOKENstringYou can get this by speaking with @BotFather on telegram and creating a new bot.
DISCORD_TOKENstringThe bot token for your Discord application. Create a new app at the Discord Developer Portal , go to the bot section, click on Create a bot and copy the bot token it gives to you.
TELEGRAM_CHAT_IDstringThe ChatId of the telegram group you want to bridge.
DISCORD_CHANNEL_IDstringThe Discord ChannelId of the channel you want to bridge.
webhook_id and webhook_tokenstringThose are part of the webhook URL you copied. webhook_id is a 18 characters long int, webhook_token is a ~70 chars long randomly generated string. Those are seperated by slashes in the url.
discord-telegram-bridge

Author

šŸ‘¤ Daniel Vanko

šŸ¤ Contributing

Wondering what to contribute? The project has a codacy page at https://app.codacy.com/manual/daaniiieel/discord-telegram-bridge/dashboard. On the issues tab, you can see all the code quality (mostly code style) issues we have.

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Daniel Vanko.

This project is GPL--3.0--or--later licensed.

1.1.3

4 years ago

1.1.2

4 years ago

0.0.5

4 years ago

1.1.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago