Skip to content

rubenlagus/webogram

 
 

Repository files navigation

js-standard-style

TWebogram – UNOFFICIAL Telegram Support Web App

TWebogram is a Telegram client made specially for the Telegram Support Force. Please don't use it if you're not part of it (it won't work anyway).

Based on Webogram, thanks to @zhukov.

Interface

Here are some screenshots of the interface:

Sample screenshot 1 Mobile screenshot 2 Mobile screenshot 3

Maintained locations

Description URL Type
Online Web-version (hosted on GitHub pages) https://rubenlagus.github.io/webogram hosted

Hosted version: the app is downloaded via HTTPS as a usual website. Will be available offline due to application cache.

All of the apps above are submitted and maintained by @rubenlagus, so feel free to use them and report bugs here. Please do not report bugs which reproduce only in different locations.

Technical details

The 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.

Running locally

The project repository is based on angularjs-seed and includes gulp tasks, so it's easy to launch the app locally on your desktop. Install node.js and run the following commands in the project directory

sudo npm install -g gulp
npm install

This will install all the needed dependencies.

Running web-server

Just run gulp watch to start the web server and the livereload task. Open http://localhost:8000/app/index.html in your browser.

Running as Chrome Packaged App

To 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.

Run gulp watch to watch for file changes and automatically rebuild the app.

Running as Firefox OS App

To run this application in Firefox as a packaged app, open "Menu" -> "Developer" -> "WebIDE" (or hit Shift + F8). Choose "Open packaged app" from the Project menu and select the app folder.

Run gulp watch to watch for file changes and automatically rebuild the app.

Running in production

Run gulp clean, then 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).

Third party libraries

Besides the frameworks mentioned above, other libraries are used for protocol and UI needs. Here is the short list:

Many thanks to all these libraries' authors and contributors. A detailed list with descriptions and licenses is available here.

Licensing

The source code is licensed under GPL v3. License is available here.

Packages

No packages published

Languages

  • JavaScript 52.7%
  • CSS 21.7%
  • HTML 20.0%
  • C 4.4%
  • C++ 0.5%
  • Shell 0.5%
  • Other 0.2%