telephant/README.md

34 lines
790 B
Markdown
Raw Normal View History

2017-08-29 05:23:35 +00:00
Chirp!
======
2017-08-29 05:09:55 +00:00
A lightweight but modern Twitter client, written in Go & QML.
2017-08-29 05:23:35 +00:00
2017-08-29 05:40:25 +00:00
## Features
- [x] Live feed via Twitter's Streaming API
- [x] Multi pane support
- [ ] Multiple Twitter accounts (work-in-progress)
- [ ] Media previews
- [ ] Desktop notifications
2017-08-29 05:23:35 +00:00
## Installation
Make sure you have a working Go environment. See the [install instructions](http://golang.org/doc/install.html).
### Dependencies
Before you can build Chirp you need to install the [Go/Qt bindings](https://github.com/therecipe/qt/wiki/Installation#regular-installation).
### 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](http://godoc.org/github.com/muesli/chirp).