Skip to content

nilbelec/potatorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

potatorrent GitHub release (latest SemVer) Build Status Go Report Card

Scraper application with web interface to help you download torrent files from -spanish- websites full of annoying ads.

It also allows you to schedule your searches to automatically download new torrents.

If you like it and want to support development, you can buy me a coffee :)

Buy Me A Coffee

Usage

Just grab one of the pre-built executable files for your OS from the releases page and launch it. It should open a new web browser tab with the application.

If no tab is opened, open your web browser and navigate to:

http://localhost:8080

By default it will be launch using port 8080, but you can change it setting the PORT environment variable before launch.

$ export PORT=8989
$ ./potatorrent

Build

Potatorrent is developed using go. To build it just clone the code and run:

$ cd cmd/potatorrent
$ go get
$ go build