Skip to content

thomas-huet/pantor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Pantor

A searchable index of all public torrents.

Install

Install PostgreSQL, create a database named pantor and set the environment variable $PGDATABASE to pantor. Use init.sql to create the required table.

Install and run the crawler and wait for it to fill the database. If the crawler and the database are not on the same machine, use the environment variables $PGUSER, $PGPASSWORD, $PGHOST and $PGPORT to tell the crawler how to connect to the database.

How it works

Pantor scans the Bittorrent DHT to discover torrents and indexes them.

The crawler collects metadata about torrents and puts them in a PostgreSQL database. The data are indexed by PostgreSQL and can be accessed via a web interface.

It has been inspired by this paper: Crawling BitTorrent DHTs for Fun and Profit

License

Copyright (C) 2015 Thomas HUET

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Torrent indexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published