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 11a5574770 Markup tooltip: added spoiler button 2 years ago
.github/ISSUE_TEMPLATE Update issue templates 3 years ago
rlottie_with_printf A lot of changes: 4 years ago
src Markup tooltip: added spoiler button 2 years ago
tweb-design@2c4d08587b Markup tooltip: added spoiler button 2 years ago
.env Build 2 years ago
.gitignore Publish forgotten dependencies 3 years ago
.gitmodules Media viewer: fix mobile controls 3 years ago
CHANGELOG.md 1.0.0 2 years ago
LICENSE License 3 years ago
README.md Update README.md 3 years ago
babel.config.js Fix 2FA again 3 years ago
build.js 0.9.0 3 years ago
fff.code-workspace second tour 4 years ago
jest.config.js Fixed 2FA 4 years ago
jest.setup.js Fix 2FA again 3 years ago
package-lock.json Support for geochats 2 years ago
package.json Added build number 3 years ago
postcss.config.js Almost completed task #1 4 years ago
server.js Clear other storages than session on logout 3 years ago
t.py no comments 3 years ago
t2.py no comments 3 years ago
tsconfig.json Plural polyfill 3 years ago
webpack.common.js Set mtproto transport back to auto 2 years ago
webpack.dev.js Ignore chunks on dev 3 years ago
webpack.prod.js Update dependencies 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.