No description
Find a file
Christian Muehlhaeuser 2d12ecac44
Renamed app to Telephant
2019-05-09 16:33:26 +02:00
accounts Renamed app to Telephant 2019-05-09 16:33:26 +02:00
assets Renamed app to Telephant 2019-05-09 16:33:26 +02:00
qml Renamed app to Telephant 2019-05-09 16:33:26 +02:00
.gitignore Renamed app to Telephant 2019-05-09 16:33:26 +02:00
.travis.yml Only download the deps, don't try to build them outside the Docker env on Travis 2019-05-02 12:27:55 +02:00
bridges.go Renamed app to Telephant 2019-05-09 16:33:26 +02:00
config.go Renamed app to Telephant 2019-05-09 16:33:26 +02:00
events.go Renamed app to Telephant 2019-05-09 16:33:26 +02:00
LICENSE Initial commit 2017-08-27 19:16:56 +02:00
messagemodel.go Link to full-size media instead of the previews 2019-05-09 04:29:48 +02:00
README.md Renamed app to Telephant 2019-05-09 16:33:26 +02:00
telephant.go Renamed app to Telephant 2019-05-09 16:33:26 +02:00

Telephant!

A lightweight but modern Social Media client, written in Go & QML.

telephant Screenshot

Features

  • Live feed via Mastodon's Streaming API
  • Live feed via Twitter's Streaming API
  • Multi pane support
  • Linux/macOS/Windows (Android & iOS should be working, but aren't tested yet)
  • Media previews
  • Shortened URL resolving
  • System notifications
  • Multiple accounts (work-in-progress)
  • Support for more networks

Installation

Make sure you have a working Go environment (Go 1.8 or higher is required). See the install instructions.

Dependencies

Before you can build Telephant you need to install the Go/Qt bindings.

Building Telephant!

git clone https://github.com/muesli/telephant.git
qtdeploy build desktop telephant/

Run it

./telephant/deploy/linux/telephant

telephant logo

Development

GoDoc Build Status Go ReportCard