Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athul/t2s-bridge

A bidirectional bridge connecting telegram and slack. In about 55 lines of code😁
https://github.com/athul/t2s-bridge

bridge glitch nodejs slack slack-bot telegram telegram-bot

Last synced: about 2 hours ago
JSON representation

A bidirectional bridge connecting telegram and slack. In about 55 lines of code😁

Awesome Lists containing this project

README

        

# T2S-Bridge
A bidirectional bridge connecting telegram and slack. In about **55** lines of code😁

T2S is a simple node app which lets you connect messages from **Telegram and Slack** and *vice versa*.

It is a simple node app which you can host on Glitch and is fast⚡️.

You can just remix on Glitch 👇


remix this

## Setting Up

Make a `.env` file and add the necessary tokens. ENV variables are case sensitive and you should set the like this

```
SLACK_TOKEN= Get the token from https://my.slack.com/services/new/bot
SLACK_CHAN= Set the channel you want these messages forwarded to
TG_TOKEN= Telegram token for your bot from BOTFATHER bot in telegram
TG_CHAT= ChatID of the chat you want to get and forward the messages. Talk to jsondump bot and get chatid
```
You're good to go :tada:

### Contributors
- Athul Cyriac Ajay @athul

### License
**MIT**