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.
- Host: GitHub
- URL: https://github.com/anjandev/fedi-go
- Owner: anjandev
- License: gpl-3.0
- Created: 2019-01-21T00:53:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T07:23:40.000Z (about 6 years ago)
- Last Synced: 2026-01-22T16:41:34.393Z (5 months ago)
- Topics: fediverse, fediverse-client, linux, mastodon-api
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fedi-go
[](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/)