/tpb-parser

Primary LanguageGoGNU General Public License v3.0GPL-3.0

tpb-parser

What is this?

thepiratebay.cr database downloader. Parses The Pirate Bay site and stores it's data into csv or json files.

Written as a exercise in Go, so do not expect too much.

Building it

  1. Install go

  2. Install "goquery" go get -u github.com/PuerkitoBio/goquery

  3. Compile tpb-parser

     git clone git://github.com/akashihi/tpb-parser.git
     cd tpb-parser
     go build .
    

Running it

Generally:

graphite-haproxy -output tpb.csv 

or
graphite-haproxy -output tpb.json -json

All parameters could be omited. Run with --help to het parameters description

License

See LICENSE file.

Copyright 2016 Denis V Chapligin akashihi@gmail.com