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.
 
 
 
 
 
mrbesen ac3970003f
display chattype
10 months ago
.github/ISSUE_TEMPLATE Update issue templates 2 years ago
public Build 10 months ago
rlottie_with_printf A lot of changes: 3 years ago
src display chattype 10 months ago
tweb-design@2c4d08587b Markup tooltip: added spoiler button 1 year ago
.env Build 10 months ago
.gitignore Publish forgotten dependencies 2 years ago
.gitmodules Media viewer: fix mobile controls 2 years ago
CHANGELOG.md Fix english changelog 11 months ago
CHANGELOG_ru.md 1.4.2 11 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 Fixed 2FA 3 years ago
jest.setup.js Fix 2FA again 2 years ago
keepAsset.js Rollback to webpack 4 1 year ago
package-lock.json Fix test dc 11 months ago
package.json Icon generator 12 months ago
postcss.config.js Rollback to webpack 4 1 year 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 Plural polyfill 2 years ago
webpack.common.js Build 11 months ago
webpack.dev.js Rollback to webpack 4 1 year ago
webpack.prod.js Rollback to webpack 4 1 year 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.