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

https://github.com/pioz/gorrent

A simple program to download torrent files written in GO and QT
https://github.com/pioz/gorrent

golang qt torrents

Last synced: 7 months ago
JSON representation

A simple program to download torrent files written in GO and QT

Awesome Lists containing this project

README

          

# Gorrent

logo

A simple program to download torrent files written in [GO](https://golang.org/)
and [QT](https://github.com/therecipe/qt).

![Screenshot](https://i.imgur.com/dXXvLkQ.png)

## Download

* OSX: [download here](http://bit.ly/2m9biq5)
* Windows: [download here](http://bit.ly/2hpN4Gz)

## Build

To build the project follow these steps:

$ cd project/path
$ qtrcc && qtmoc
$ go build -o Gorrent
$ ./Gorrent

## Copyright

Copyright (c) 2017 [Enrico Pilotto (@pioz)](https://github.com/pioz). See
[LICENSE](https://github.com/pioz/gorrent/blob/master/LICENSE) for details.