telephant/README.md
2017-08-29 07:40:25 +02:00

790 B

Chirp!

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

Features

  • Live feed via Twitter's Streaming API
  • Multi pane support
  • Multiple Twitter accounts (work-in-progress)
  • Media previews
  • Desktop notifications

Installation

Make sure you have a working Go environment. See the install instructions.

Dependencies

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

Building Chirp!

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

Run it

./chirp/deploy/linux/chirp

Development

API docs can be found here.