Telegram Web K with changes to work inside I2P https://web.telegram.i2p/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Eduard Kuzmenko b840841620 Handle chat limit in folders 3 years ago
.github/ISSUE_TEMPLATE Update issue templates 4 years ago
rlottie_with_printf
src Handle chat limit in folders 3 years ago
.gitignore stage 4 years ago
.gitmodules
LICENSE
README.md Fix moving avatars after chat jump 4 years ago
babel.config.js
fff.code-workspace
jest.config.js
jest.setup.js
package-lock.json stage 4 years ago
package.json Update license & readme again 4 years ago
postcss.config.js
server.js (commit before) fixed changing profile (#4119) 4 years ago
t.py
t2.py
tsconfig.json
webpack.common.js Common webpack options 4 years ago
webpack.dev.js Ignore chunks on dev 4 years ago
webpack.prod.js (commit before) fixed changing profile (#4119) 4 years ago

README.md

Telegram Web K

Based on Webogram, patched and improved. Available for everyone here: https://webk.telegram.org/

Developing

Install dependencies with:

npm install

This will install all the needed dependencies.

Running web-server

Just run npm start to start the web server and the livereload task. Open http://localhost:8080/ in your browser.

Running in production

Run npm run build to build the minimized production version of the app. Copy public folder contents to your web server.

Dependencies

Debugging

You are welcome in helping to minimize the impact of bugs. There are classes, binded to global context. Look through the code for certain one and just get it by its name in developer tools. Source maps are included in production build for your convenience.

Additional query parameters

  • test=1: to use test DCs
  • debug=1: to use debug wherever it tests the flag

Should be applied like that: http://localhost:8080/?test=1

Troubleshooting & Suggesting

If you find an issue with this app or wish something to be added, let Telegram know using the Suggestions Platform.

Licensing

The source code is licensed under GPL v3. License is available here.