{"id":13403989,"url":"https://github.com/zhukov/webogram","last_synced_at":"2025-09-27T07:30:26.762Z","repository":{"id":12973713,"uuid":"15652312","full_name":"zhukov/webogram","owner":"zhukov","description":"Telegram web application, GPL v3","archived":true,"fork":false,"pushed_at":"2023-10-25T19:16:22.000Z","size":81488,"stargazers_count":7979,"open_issues_count":371,"forks_count":2355,"subscribers_count":745,"default_branch":"master","last_synced_at":"2025-01-10T00:48:10.953Z","etag":null,"topics":["javascript","messenger","progressive-web-app","single-page-app","telegram"],"latest_commit_sha":null,"homepage":"https://web.telegram.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhukov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-01-05T14:22:23.000Z","updated_at":"2025-01-09T22:13:05.000Z","dependencies_parsed_at":"2024-02-09T13:50:01.747Z","dependency_job_id":null,"html_url":"https://github.com/zhukov/webogram","commit_stats":{"total_commits":1695,"total_committers":85,"mean_commits":"19.941176470588236","dds":0.09380530973451329,"last_synced_commit":"928731935f36b15a1a886e4be1f3fdec81b6fe7f"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhukov%2Fwebogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhukov%2Fwebogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhukov%2Fwebogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhukov%2Fwebogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhukov","download_url":"https://codeload.github.com/zhukov/webogram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234402295,"owners_count":18826729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","messenger","progressive-web-app","single-page-app","telegram"],"created_at":"2024-07-30T19:01:37.288Z","updated_at":"2025-09-27T07:30:23.789Z","avatar_url":"https://github.com/zhukov.png","language":"JavaScript","readme":"[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n## Project is DEPRECATED\n\nThe project was superseeded by 2 new official Telegram Web Apps:\n\n* https://github.com/morethanwords/tweb - Telegram Web K, based on source code of Webogram, rewritten in TypeScript.\n* https://github.com/Ajaxy/telegram-tt - Telegram Web Z, based on its own Teact framework (which re-implements React paradigm), uses a custom version of GramJS as an MTProto implementation. Written also in Typescript.\n\n\n## [Webogram](https://web.telegram.org) — Telegram Web App\n\nTelegram offers great [apps for mobile communication](https://www.telegram.org). It is based on the [MTProto protocol](https://core.telegram.org/mtproto) and has an [Open API](https://core.telegram.org/api). I personally like Telegram for its speed and cloud-support (that makes a web app possible, unlike in the case of WA and others).\n\nMTProto data can be carried over HTTP (SSL is also supported), so this project is my take at creating one.\n\nThat said, I'm using this app myself and I'd like to share its sources, so anyone can contribute to the development. Any help is welcome!\n\n\n### Interface\n\n\nHere are some screenshots of the interface:\n\n\n![Sample screenshot 1](/app/img/screenshot1.png)\n![Mobile screenshot 2](/app/img/screenshot2.png)\n![Mobile screenshot 3](/app/img/screenshot3.png)\n\n\n### Unsupported at the moment\n\n* Secret chats\n* Black list\n* ...\n\n\n### Maintained locations\n\n\n| Description        | URL           | Type  |\n| ------------- |-------------| -----:|\n| Online Web-version (hosted on Telegram servers)      | https://web.telegram.org/ | hosted\n| Online Web-version (hosted on GitHub pages)      | https://zhukov.github.io/webogram | hosted\n| Chrome Web Store      | [https://chrome.google.com/webstore/detail/telegram/ clhhggbfdinjmjhajaheehoeibfljjno](https://chrome.google.com/webstore/detail/telegram/clhhggbfdinjmjhajaheehoeibfljjno) |   packed\n| Firefox \u0026 FirefoxOS Marketplace | https://marketplace.firefox.com/app/telegram |    packed\n\n\n\n**Hosted version**: the app is downloaded via HTTPS as a usual website. Will be available offline due to application cache.\n\n**Packed version**: the app is downloaded at once in a package via HTTPS. The package is updated less frequently than the Web-version.\n\nAll of the apps above are submitted and maintained by [@zhukov](https://github.com/zhukov), so feel free to use them and report bugs [here](https://github.com/zhukov/webogram/issues). Please do not report bugs which are only reproducible in different locations.\n\n\n## Technical details\n\nThe app is based on the AngularJS JavaScript framework, and written in pure JavaScript. jQuery is used for DOM manipulations, and Bootstrap as the CSS-framework.\n\n\n### Running locally\n\n\nThe project repository is based on angularjs-seed and includes gulp tasks, so it's easy to launch the app locally on your desktop.\nInstall [node.js](http://nodejs.org/).\n\nInstall dependencies with:\n\n```lang=bash\nnpm install\n```\n\nOptionally, run the following commands in the project directory to install gulp globally:\n\n```lang=bash\nsudo npm install -g gulp\n```\n\nThis will install all the needed dependencies.\n\n\n#### Running web-server\n\n\nJust run `npm start` (`gulp watch`) to start the web server and the livereload task.\nOpen http://localhost:8000/app/index.html in your browser.\n\n\n\n#### Running as Chrome Packaged App\n\nTo run this application in Google Chrome as a packaged app, open this URL (in Chrome): `chrome://extensions/`, then tick \"Developer mode\" and press \"Load unpacked extension...\". Select the downloaded `app` folder and Webogram should appear in the list.\n\nRun `npm start` (`gulp watch`) to watch for file changes and automatically rebuild the app.\n\n\n#### Running as Firefox OS App\n\nTo run this application in Firefox as a packaged app, open \"Menu\" -\u003e \"Developer\" -\u003e \"WebIDE\" (or hit `Shift + F8`). Choose \"Open packaged app\" from the Project menu and select the `app` folder.\n\nRun `npm start` (`gulp watch`) to watch for file changes and automatically rebuild the app.\n\n#### Running in production\n\nRun `npm run clean` (`gulp clean`), then `npm run build` (`gulp publish`) to build the minimized production version of the app. Copy `dist` folder contents to your web server. Don't forget to set `X-Frame-Options SAMEORIGIN` header ([docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options)).\n\n\n### Third party libraries\n\nBesides the frameworks mentioned above, other libraries are used for protocol and UI needs. Here is the short list:\n\n* [JSBN](http://www-cs-students.stanford.edu/~tjw/jsbn/)\n* [CryptoJS](https://code.google.com/p/crypto-js/)\n* [zlib.js](https://github.com/imaya/zlib.js)\n* [UI Bootstrap](http://angular-ui.github.io/bootstrap/)\n* [jQuery Emojiarea](https://github.com/diy/jquery-emojiarea)\n* [nanoScrollerJS](https://github.com/jamesflorentino/nanoScrollerJS)\n* [gemoji](https://github.com/github/gemoji)\n* [emoji-data](https://github.com/iamcal/emoji-data)\n\nMany thanks to all these libraries' authors and contributors. A detailed list with descriptions and licenses is available [here](/app/vendor).\n\n\n### Licensing\n\nThe source code is licensed under GPL v3. License is available [here](/LICENSE).\n\n\n### [Contribute](CONTRIBUTING.md)\n","funding_links":[],"categories":["JavaScript","OpenSource","javascript"],"sub_categories":["OpenSource Apps"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhukov%2Fwebogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhukov%2Fwebogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhukov%2Fwebogram/lists"}