Skip to content

ruth3n/a_tweb

This branch is 272 commits behind morethanwords/tweb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 28, 2024
a86ac83 · Sep 28, 2024
Apr 18, 2021
Jun 17, 2022
Sep 28, 2024
Sep 23, 2020
Sep 28, 2024
Jul 16, 2024
Jan 22, 2024
Sep 28, 2024
Oct 17, 2023
Mar 12, 2024
Oct 17, 2023
Mar 18, 2024
Mar 18, 2024
Apr 8, 2021
Apr 20, 2024
Apr 29, 2021
Jan 10, 2024
Nov 28, 2022
Mar 28, 2022
Mar 27, 2022
Aug 31, 2024
Mar 25, 2022
May 1, 2024
May 1, 2024
Sep 6, 2023
Sep 25, 2023
Sep 6, 2023
Jun 21, 2023
Mar 14, 2024
May 1, 2024
Sep 26, 2023

Repository files navigation

Telegram Web K

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

Developing

Install dependencies with:

pnpm install

This will install all the needed dependencies.

Running web-server

Just run pnpm start to start the web server and the livereload task. Open http://localhost:8080/ in your browser.

Running in production

Run node 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 enable additional logging
  • noSharedWorker=1: to disable Shared Worker, can be useful for debugging
  • http=1: to force the use of HTTPS transport when connecting to Telegram servers

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.

About

Telegram Web K, GPL v3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.5%
  • SCSS 8.5%
  • JavaScript 1.6%
  • Other 0.4%