exteraWeb
Interface
Details
Web client for Telegram developed using ReactJS and TDLib. View it here.
Launch.
- Get the API keys.
Read more about where to get them
- 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.
-
Install node.js & npm. You will probably need nvm.
-
Install dependencies.
npm install
All TDLib library files will be installed in node_modules/tdweb/dist/.
- Copy the TDLib files into /public..
cp node_modules/tdweb/dist/* public/
- Run the applicaton.
npm start