An open API service indexing awesome lists of open source software.

https://github.com/anjandev/fedi-go

A fediverse client written with qt.
https://github.com/anjandev/fedi-go

fediverse fediverse-client linux mastodon-api

Last synced: 5 months ago
JSON representation

A fediverse client written with qt.

Awesome Lists containing this project

README

          

# fedi-go
[![Build Status](https://travis-ci.com/anjandev/fedi-go.svg?branch=master)](https://travis-ci.com/anjandev/fedi-go)

A non-electron fediverse client.

Still in active development. This is my first project using go, qt, and the mastodon api. High level code improvement recommendations are welcome.

## Usage

Download the latest compiled release (called `fedigo-linux.tar.gz`) from : [https://github.com/anjandev/fedi-go/releases](https://github.com/anjandev/fedi-go/releases)

Extract the tarball and run `src.sh`

## Support

The "real" git repository is here: [https://git.sr.ht/~anjan/fedi-go](https://git.sr.ht/~anjan/fedi-go)
The github repository is merely a mirror.

### Pull Requests

See: https://man.sr.ht/git.sr.ht/send-email.md

### Feature requests, bugs, and discussion

Issue tracker: [https://todo.sr.ht/%7Eanjan/fedi-go](https://todo.sr.ht/%7Eanjan/fedi-go)

Mailing-list: [https://lists.sr.ht/%7Eanjan/fedi-go](https://lists.sr.ht/%7Eanjan/fedi-go)

## Operating System Support

- GNU/Linux

## License

GPLv3 or later

## Thanks

Special thanks to the following projects for allowing this to happen

- [madon - mastodon api](https://github.com/McKael/madon)
- [therecipe/qt - Qt binding for Go](https://github.com/therecipe/qt)
- [qt - framework](https://www.qt.io/)