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.
 
 
 
 
 
R4SAS 689c9532d0
1.8.0 (324)
5 months ago
.github/ISSUE_TEMPLATE Update issue templates 2 years ago
handlebarsHelpers Multitabs 1 year ago
nginx add nginx example config 1 year ago
public 1.8.0 (324) 5 months ago
rlottie_with_printf A lot of changes: 3 years ago
src 1.8.0 (324) 5 months ago
tweb-design@2c4d08587b Markup tooltip: added spoiler button 2 years ago
.env 1.8.0 (324) 5 months ago
.eslintrc.js 1.8.0 (324) 5 months ago
.gitignore 1.8.0 (324) 5 months ago
.gitmodules Media viewer: fix mobile controls 2 years ago
CHANGELOG.md 1.8.0 (324) 5 months ago
CHANGELOG_ru.md 1.8.0 (324) 5 months ago
LICENSE License 3 years ago
README.md Rollback to webpack 4 2 years ago
babel.config.js Fix 2FA again 2 years ago
build.js 1.8.0 (324) 5 months ago
fff.code-workspace 1.8.0 (324) 5 months ago
git-serve-server.js Fix jumping scroll again 2 years ago
git-serve.js Dev: serve versions from git 2 years ago
jest.config.js Multitabs 1 year ago
jest.setup.js Fix 2FA again 2 years ago
keepAsset.js Rollback to webpack 4 2 years ago
package-lock.json 1.8.0 (324) 5 months ago
package.json 1.8.0 (324) 5 months ago
postcss.config.js Multitabs 1 year ago
server.js Clear other storages than session on logout 2 years ago
t.py no comments 3 years ago
t2.py no comments 3 years ago
tsconfig.json 1.8.0 (324) 5 months ago
webpack.common.js 1.8.0 (324) 5 months ago
webpack.dev.js 1.8.0 (324) 5 months ago
webpack.prod.js 1.8.0 (324) 5 months 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.