mirror of
https://github.com/muesli/telephant
synced 2024-11-23 03:43:10 +00:00
No description
accounts | ||
qml | ||
.gitignore | ||
.travis.yml | ||
bridges.go | ||
chirp.go | ||
config.go | ||
events.go | ||
LICENSE | ||
messagemodel.go | ||
README.md |
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
- System 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.