Skip to content

cockroms-stuff/exteraWeb

Repository files navigation

exteraWeb

Russian Readme

Interface

Sample screenshot

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

About

Telegram web client based on React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published