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 d43e28f6ae
add required files in public directory
6 months ago
.github/ISSUE_TEMPLATE Update issue templates 2 years ago
handlebarsHelpers Multitabs 10 months ago
nginx add nginx example config 7 months ago
public add required files in public directory 6 months ago
rlottie_with_printf A lot of changes: 3 years ago
src add required files in public directory 6 months ago
tweb-design@2c4d08587b Markup tooltip: added spoiler button 1 year ago
.env bump 6 months ago
.eslintrc.js Better downloading 8 months ago
.gitignore do not track 'public' directory 7 months ago
.gitmodules Media viewer: fix mobile controls 2 years ago
CHANGELOG.md Build 9 months ago
CHANGELOG_ru.md Build 9 months ago
LICENSE License 2 years ago
README.md Rollback to webpack 4 1 year ago
babel.config.js Fix 2FA again 2 years ago
build.js 0.9.0 1 year ago
fff.code-workspace second tour 3 years ago
git-serve-server.js Fix jumping scroll again 1 year ago
git-serve.js Dev: serve versions from git 1 year ago
jest.config.js Multitabs 10 months ago
jest.setup.js Fix 2FA again 2 years ago
keepAsset.js Rollback to webpack 4 1 year ago
package-lock.json Use locks api instead of beforeunload 7 months ago
package.json Use locks api instead of beforeunload 7 months ago
postcss.config.js Multitabs 10 months ago
server.js Clear other storages than session on logout 2 years ago
t.py no comments 2 years ago
t2.py no comments 2 years ago
tsconfig.json eslint init 8 months ago
webpack.common.js change webpack HTML builder data 7 months ago
webpack.dev.js Multitabs 10 months ago
webpack.prod.js Multitabs 10 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.