Skip to content

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 UI as well as as a Zen-mode and receiving messages in the background. (SWT22-11)

License

Notifications You must be signed in to change notification settings

hpi-swa-teaching/TelegramClient

Repository files navigation

TelegramClient-Logo

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

Features

Feature
🔓 Authenticate yourself in your Telegram-Account
✉️ Send messages to other users
💬 Display open Chats in a List
📫 Receive messages
🆕 Create new chats
🔔 Receive push notifications
🌍 Start Telegram via WorldMenu
🚶 Logout
😎 Display Emojis
🖼 Display Images
Show group description and members
Reference an old message
🖼 Show profile pictures

Running TelegramClient

We currently only support Squeak 5.3.

Option 1 (online installation)

Open a Workspace and evaluate the following command in it:

Metacello new
	baseline: 'TelegramClient';
	repository: 'github://hpi-swa-teaching/TelegramClient/packages';
	load.

Option 2 (offline installation)

  1. Install the following prerequisites:

    1. Last compatible FFI version. For Squeak version 5.3 use Metacello new configuration: 'FFI'; load. to install it.
    2. JSON package from SqueakSource.
    3. Animations package GitHub.
    4. MTF package from GitHub
  2. Check our release page for an online installer in the form of a SAR file. Install this SAR file in your Squeak image.

  3. Click the Telegram entry in the Apps WorldMenu or execute the command TCUTelegram newWithTCCCore. The menu is only available if you already started the app once or installed the app via a release SAR file.

For further information or manual setup take a look in our setup guide.

Development

Wiki

The wiki has a lot of useful information for continuing the development of this project. Feel free to add new information to the wiki.

Releasing

Pre-Releases are created automatically whenever a commit is added to the develop-branch. Releases should created before each client meeting and can simply be done by merging develop into master.

Our Group

Group 11 of the 2022 SWT I module included Richard Wohlbold, Til Bergmann, Antony Kamp, Lucas Reisener, Erik Kohlros, and Jacob Schäfer.

Group 2 of the 2021 SWT I module included Romeo Sommerfeld, Raphael Kunert, Jannis Berndt, Philipp Keese, Tom Richter, and Paul Ermler.

Group 13 of the 2020 SWT I module included Rohan Sawahn, Jonas Schmidt, Frederik Wollny, Stefan Spangenberg, Lukas Laskowski, and Niklas Schilli. Feel free to add your names to the list.

Acknowledgements

This project uses assets from https://openmoji.org/ for Emoji support. These are downloaded when the client starts for the first time and not hosted in this repository. Each file is resized before being displayed and filenames are stripped of certain Unicode units after download. The contents of the files is not changed. OpenMoji is published under the Creative Commons Share Alike License 4.0 CC BY-SA 4.0. Their project is also hosted on GitHub.

About

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 UI as well as as a Zen-mode and receiving messages in the background. (SWT22-11)

Resources

License

Stars

Watchers

Forks