Skip to content
/ tweb Public
forked from morethanwords/tweb

[Unofficial] Telegram Web K with Stealth Mode, GPL v3

License

Notifications You must be signed in to change notification settings

icenfame/tweb

 
 

Repository files navigation

[Unofficial] Telegram Web K with Stealth Mode

Hide your online status and read messages without marking them as read. Fork of Telegram Web K with the latest features. The app is hosted on GitHub Pages: https://icenfame.github.io/tweb/


Telegram Web K

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

Developing

Install dependencies with:

npm i -g pnpm
pnpm i

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.5%
  • SCSS 8.7%
  • JavaScript 1.3%
  • Other 0.5%