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 df3af46377 Rollback offset applying 3 years ago
.github/ISSUE_TEMPLATE
rlottie_with_printf
src Rollback offset applying 3 years ago
tweb-design@2c4d08587b
.env Fix loading history with sponsored message 3 years ago
.gitignore
.gitmodules
CHANGELOG.md 1.4.1 3 years ago
LICENSE
README.md Rollback to webpack 4 3 years ago
babel.config.js
build.js
fff.code-workspace
git-serve-server.js Fix jumping scroll again 3 years ago
git-serve.js Dev: serve versions from git 3 years ago
jest.config.js
jest.setup.js
keepAsset.js Rollback to webpack 4 3 years ago
package-lock.json Dev: serve versions from git 3 years ago
package.json Dev: serve versions from git 3 years ago
postcss.config.js Rollback to webpack 4 3 years ago
server.js
t.py
t2.py
tsconfig.json
webpack.common.js Better chat slicing 3 years ago
webpack.dev.js Rollback to webpack 4 3 years ago
webpack.prod.js Rollback to webpack 4 3 years ago

README.md

Telegram Web K

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

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.