Fernschreiber is a Telegram client for Sailfish OS
Find a file
2020-08-13 00:20:28 +02:00
icons Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
images Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
qml Bring TDLib version to the UI 2020-08-12 10:50:01 +02:00
rpm Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
src Process connection status updates 2020-08-13 00:20:28 +02:00
tdlib Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
translations Bring TDLib version to the UI 2020-08-12 10:50:01 +02:00
.gitignore Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
harbour-fernschreiber.desktop Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
harbour-fernschreiber.pro Add TDLib message receiver 2020-08-10 20:17:13 +02:00
LICENSE Initial commit 2020-08-10 13:50:11 +02:00
README.md Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00

Fernschreiber

A Telegram client for Sailfish OS

Author

Sebastian J. Wolf sebastian@ygriega.de

License

Licensed under GNU GPLv3

Build

Simply clone this repository and use the project file harbour-fernschreiber.pro to import the sources in your SailfishOS IDE. To build and run Fernschreiber or an application which is based on Fernschreiber, you need to create the file harbour-fernschreiber/src/tdlibsecrets.h and enter the required constants in the following format:

#ifndef TDLIBSECRETS_H
#define TDLIBSECRETS_H
const char TDLIB_API_ID[] = "42424242";
const char TDLIB_API_HASH[] = "1234567890abcdef1234567890abcdef";
#endif // TDLIBSECRETS_H

You get the Telegram API ID and hash as soon as you've registered your own application on https://my.telegram.org.

Credits

This project uses

  • The Telegram Database Library (TDLib) - available on GitHub.com. Thanks for making it available under the conditions of the Boost Software License 1.0! Details about the license of TDLib in its license file.