tweb/README.md

53 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

## Telegram Web K
2021-06-23 02:45:02 +02:00
Based on Webogram, patched and improved. Available for everyone here: https://web.telegram.org/k/
2021-04-08 16:05:05 +02:00
### Developing
Install dependencies with:
```lang=bash
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
2022-03-25 16:07:29 +01:00
* [BigInteger.js](https://github.com/peterolson/BigInteger.js) ([Unlicense](https://github.com/peterolson/BigInteger.js/blob/master/LICENSE))
2021-04-08 16:05:05 +02:00
* [pako](https://github.com/nodeca/pako) ([MIT License](https://github.com/nodeca/pako/blob/master/LICENSE))
2021-04-08 17:51:49 +02:00
* [cryptography](https://github.com/spalt08/cryptography) ([Apache License 2.0](https://github.com/spalt08/cryptography/blob/master/LICENSE))
2021-05-23 08:23:03 +02:00
* [emoji-data](https://github.com/iamcal/emoji-data) ([MIT License](https://github.com/iamcal/emoji-data/blob/master/LICENSE))
2021-04-08 16:05:05 +02:00
* [twemoji-parser](https://github.com/twitter/twemoji-parser) ([MIT License](https://github.com/twitter/twemoji-parser/blob/master/LICENSE.md))
* [rlottie](https://github.com/rlottie/rlottie.github.io) ([MIT License](https://github.com/Samsung/rlottie/blob/master/licenses/COPYING.MIT))
* [fast-png](https://github.com/image-js/fast-png) ([MIT License](https://github.com/image-js/fast-png/blob/master/LICENSE))
* [opus-recorder](https://github.com/chris-rudmin/opus-recorder) ([BSD License](https://github.com/chris-rudmin/opus-recorder/blob/master/LICENSE.md))
* [libwebp.js](https://libwebpjs.appspot.com/)
* fastBlur
2021-04-16 16:59:07 +02:00
### 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
2021-04-16 16:59:07 +02:00
If you find an issue with this app or wish something to be added, let Telegram know using the [Suggestions Platform](https://bugs.telegram.org/c/4002).
### Licensing
The source code is licensed under GPL v3. License is available [here](/LICENSE).