Skip to content

TeleSqueak is a Squeak-Client for the widely used Telegram-Messenger. It aims to provide features such as Authentication, Contacts, Message and Media sending and a minimal UI as well as as a Zen-mode and receiving messages in the background.

License

Notifications You must be signed in to change notification settings

1T1m/TelegramClient

 
 

Repository files navigation

TeleSqueak

TelegramClient

Coveralls github branch Coveralls github branch

Overview

TelegramClient is a Squeak-Client for the widely used Telegram-Messenger. It aims to provide features such as Authentication, Contacts, Message and Media sending and a minimal, clean UI as well as as a Zen-mode and receiving messages in the background.

This Project is part of the "Softwaretechnik" Lecture 2020 at the Hasso Plattner Institute.

Installation

Make sure you have the current version of Squeak installed.

  • Step 1: Install the Squeak Git Client and clone this repository. For the trunk clone develop, for the latest stable release choose master.
  • Step 2: Install the Squeak FFI Workload. To do so, open the Workspace in Squeak and execute the following command: (Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'.
  • Step 3: Downloading the required native TDLib Binaries for your system: This should happen automatically. Alternatively you can download them here: On Windows you have to download tdlib_windows.zip. For Ubuntu 18 lts select the latest successful run of the pipeline and download the single artifact produced by the respective pipeline. We currently don't support MacOS yet, to find out more about this check our wiki.
  • Step 4 (Manual download only): Place the unzipped binaries inside of your squeak image inside the 'Resource' folder.
  • Step 5 (Windows only): Install the Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019

Alternatively, check our release page for an online installer in the form of a sar file. In that case you just have to follow steps two and five.

Running TelegramClient

In a workspace window either execute the command TCUTelegram newWithTCCCore or click the Telegram entry in the Apps dropdown menu. The menu is only available if you already started the app once or installed the app via a release sar file.

Features

Feature
🔓 Authenticate yourself in TeleSqueak via Telegram
✉️ Send messages to other users
💬 Display open Chats in a List
📫 Receive messages
🆕 Create new chats
🔔 Receive push notifications
🌍 Start Telegram via WorldMenu
🚶 Logout

Resources for following groups

We have developed a Project-Guide which contains the most important information to continue developing the TelegramClient. Feel free to add new information to the wiki.

Our Group

Group 13 of the 2020 SWT I module incuded Rohan Sawahn, Jonas Schmidt, Frederik Wollny, Stefan Spangenberg, Lukas Laskowski and Niklas Schilli.

About

TeleSqueak is a Squeak-Client for the widely used Telegram-Messenger. It aims to provide features such as Authentication, Contacts, Message and Media sending and a minimal UI as well as as a Zen-mode and receiving messages in the background.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 98.8%
  • HTML 1.2%