All Projects → TelepathyIM → Telepathy Morse

TelepathyIM / Telepathy Morse

Licence: gpl-2.0
Telegram connection manager for the Telepathy framework

Projects that are alternatives of or similar to Telepathy Morse

Depecher
Depecher - Unofficial Sailfish OS client for Telegram based on tdlib
Stars: ✭ 45 (-18.18%)
Mutual labels:  telegram, qt
Telegram Qt
Qt-based library for Telegram network
Stars: ✭ 105 (+90.91%)
Mutual labels:  telegram, qt
Qt Promise
Chainable promises for Qt
Stars: ✭ 48 (-12.73%)
Mutual labels:  qt
Telegramgroup
Telegram群合集,如果有更多好玩的telegram群,欢迎在 issue 提出或者pull requests
Stars: ✭ 1,073 (+1850.91%)
Mutual labels:  telegram
Nikoro
A plugin-based, all-in-one, Telegram Bot written in Node.js
Stars: ✭ 51 (-7.27%)
Mutual labels:  telegram
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-9.09%)
Mutual labels:  qt
Telegram Bot Groupagree
An advanced poll bot for Telegram
Stars: ✭ 52 (-5.45%)
Mutual labels:  telegram
Telegram Bot Ruby
Ruby wrapper for Telegram's Bot API
Stars: ✭ 1,039 (+1789.09%)
Mutual labels:  telegram
Hellbot
This is the one and only official HellBot Userbot made by @Kraken_The_BadASS Also join support channel and group :- https://t.me/HellBot_Official Enjoy Your Bot!!💝
Stars: ✭ 55 (+0%)
Mutual labels:  telegram
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-7.27%)
Mutual labels:  telegram
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-3.64%)
Mutual labels:  qt
Qt Material Widgets
🎨 Qt widgets-based implementation of the Material Design specification.
Stars: ✭ 1,058 (+1823.64%)
Mutual labels:  qt
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-9.09%)
Mutual labels:  qt
Teletor
Telegram Torrents Bot
Stars: ✭ 54 (-1.82%)
Mutual labels:  telegram
Enterprisealrobot
An anime themed telegram group management bot
Stars: ✭ 49 (-10.91%)
Mutual labels:  telegram
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-1.82%)
Mutual labels:  telegram
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-12.73%)
Mutual labels:  qt
Fqterm
Stars: ✭ 50 (-9.09%)
Mutual labels:  qt
Neovim Qt
Neovim client library and GUI, in Qt5.
Stars: ✭ 1,057 (+1821.82%)
Mutual labels:  qt
Telegram App
Unofficial Telegram App for Ubuntu Desktop & Mobile
Stars: ✭ 55 (+0%)
Mutual labels:  telegram

Telepathy-Morse

Morse is a Qt-based Telegram connection manager for the Telepathy framework.

Features

  • Contact list with first/last names
  • Contact avatars
  • Personal messaging (one to one, no secret chat yet)
  • User typing events
  • Two-step verification
  • Full message delivery status support
  • Own presence (online, offline)
  • Loading unread messages on connect
  • DBus activation
  • Sessions (Means that you don't have to get confirmation code again and again)
  • Restoring connection on network problem
  • Supported incoming multimedia messages:
    • Geopoint (text/plain URI/RFC 5870, application/geo+json)
    • Stickers (text/plain with Unicode alternative)

Requirements

  • CMake 3.6+
  • Qt 5.6+
  • TelepathyQt 0.9.7+
  • TelegramQt 0.2.0+ (not released yet; please use master branch)

Note: TelegramQt is available at https://github.com/Kaffeine/telegram-qt

Note: In order to use Morse, you need to have a complementary Telepathy Client application, such as KDE-Telepathy, Jolla Messages or Empathy.

Installation

git clone https://github.com/TelepathyIM/telepathy-morse.git

or

tar -xf telepathy-morse-0.2.0.tar.gz

mkdir morse-build
cd morse-build
cmake ../telepathy-morse

Information about CMake build:

  • Default installation prefix is /usr/local. Probably, you'll need to set CMAKE_INSTALL_PREFIX to /usr to make DBus activation works. (-DCMAKE_INSTALL_PREFIX=/usr)
cmake --build .
cmake --build . --target install

Known issues

  • The application doesn't work reliably.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See COPYNG for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].