Skip to content

steponavichus/tpb-parser

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%