Telegram web client based on React

exteraWeb

Russian Readme

Interface

Details

Web client for Telegram developed using ReactJS and TDLib. View it here.

Launch.

  1. Get the API keys.

Read more about where to get them

  1. Paste them into the .env file.

Insert them yourself in place of REACT_APP_TELEGRAM_API_ID and REACT_APP_TELEGRAM_API_HASH in the .env file.

  1. Install node.js & npm. You will probably need nvm.

  2. Install dependencies.

npm install

All TDLib library files will be installed in node_modules/tdweb/dist/.

  1. Copy the TDLib files into /public..
cp node_modules/tdweb/dist/* public/
  1. Run the applicaton.
npm start

GitHub

View Github