Go to file
Eduard Kuzmenko 22c4d1b975 Update issue templates 2021-04-18 14:37:35 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2021-04-18 14:37:35 +03:00
public (commit before) fixed changing profile (#4119) 2021-04-16 22:04:15 +04:00
rlottie_with_printf A lot of changes: 2020-09-23 23:29:53 +03:00
src (commit before) fixed changing profile (#4119) 2021-04-16 22:04:15 +04:00
tweb design Replaced rest of icons 2021-04-15 03:45:29 +04:00
.gitignore stage 2021-04-08 18:39:04 +04:00
.gitmodules Sticker search 2020-06-13 11:19:39 +03:00
LICENSE License 2021-04-08 17:54:21 +04:00
README.md Update README.md 2021-04-17 02:14:56 +07:00
babel.config.js 6 Tour end 2020-12-29 10:08:50 +02:00
fff.code-workspace second tour 2020-02-06 22:43:07 +07:00
jest.config.js Fixed 2FA 2020-08-18 20:39:57 +03:00
jest.setup.js Fixed 2FA 2020-08-18 20:39:57 +03:00
package-lock.json stage 2021-04-08 18:39:04 +04:00
package.json Update license & readme again 2021-04-08 19:51:49 +04:00
postcss.config.js Almost completed task #1 2020-06-05 19:01:06 +03:00
server.js (commit before) fixed changing profile (#4119) 2021-04-16 22:04:15 +04:00
t.py no comments 2021-02-12 19:24:20 +04:00
t2.py no comments 2021-02-12 19:24:20 +04:00
tsconfig.json Plural polyfill 2021-03-21 21:09:20 +04:00
webpack.common.js Common webpack options 2021-04-16 22:19:36 +04:00
webpack.dev.js Ignore chunks on dev 2021-04-15 12:44:43 +04:00
webpack.prod.js (commit before) fixed changing profile (#4119) 2021-04-16 22:04:15 +04:00

README.md

Telegram Web K

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

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

If you find an issue with this app, let Telegram know using the Suggestions Platform.

Licensing

The source code is licensed under GPL v3. License is available here.