dhanushlnaik / disgram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disgram

A simple and fast way to bridge a discord channel to a telegram chat.

Authors

Installation

  git clone https://github.com/dhanushlnaik/disgram.git
  cd disgram

Run Locally

Clone the project

  git clone https://github.com/dhanushlnaik/disgram.git

Go to the project directory

  cd disgram

Install dependencies

  npm install --force

Rename the .env.example file to .env and fill all the required info/tokens.

DISCORD_BOT_TOKEN=
TELEGRAM_BOT_TOKEN=
MONGO_URL=
DISCORD_WEBHOOK_ID=
DISCORD_WEBHOOK_TOKEN=
TELEGRAM_CHAT_ID=
DISCORD_CHANNEL_ID=

Start the server

  npm run start

About


Languages

Language:JavaScript 100.0%