octospacc 1ded4d72dc | ||
---|---|---|
.. | ||
.github/ISSUE_TEMPLATE | ||
handlebarsHelpers | ||
public | ||
rlottie_with_printf | ||
src | ||
.editorconfig | ||
.env | ||
.eslintrc.js | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
CHANGELOG_ru.md | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
build.js | ||
fff.code-workspace | ||
git-serve-server.js | ||
git-serve.js | ||
index.html | ||
keepAsset.js | ||
package.json | ||
pnpm-lock.yaml | ||
schema.js | ||
server.js | ||
ssh.example.json | ||
sw.ts | ||
tsconfig.json | ||
vite.config.ts | ||
vite.proxy.js |
README.md
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
- BigInteger.js (Unlicense)
- pako (MIT License)
- cryptography (Apache License 2.0)
- emoji-data (MIT License)
- twemoji-parser (MIT License)
- rlottie (MIT License)
- fast-png (MIT License)
- opus-recorder (BSD License)
- Prism (MIT License)
- Solid (MIT License)
- TinyLD (MIT License)
- libwebp.js
- fastBlur
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.