Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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😁
- Host: GitHub
- URL: https://github.com/athul/t2s-bridge
- Owner: athul
- License: mit
- Created: 2020-03-13T18:39:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:31:21.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T09:21:14.368Z (7 months ago)
- Topics: bridge, glitch, nodejs, slack, slack-bot, telegram, telegram-bot
- Language: JavaScript
- Size: 35.2 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 👇
## 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**