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
- Host: GitHub
- URL: https://github.com/pioz/gorrent
- Owner: pioz
- License: gpl-3.0
- Created: 2017-10-16T22:18:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T12:01:49.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T13:08:40.473Z (11 months ago)
- Topics: golang, qt, torrents
- Language: Go
- Homepage:
- Size: 104 MB
- Stars: 20
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gorrent
A simple program to download torrent files written in [GO](https://golang.org/)
and [QT](https://github.com/therecipe/qt).
## 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.