bheesham / PyMetaTorrent

A few bots I made a while ago to download .torrent files and index their information. This is an incomplete project and I'm not sure when I'll start development again. It wasn't supposed to go opensource, but meh. It needs a MongoDB database, but the way I set it up, you can easily change it to MySQL or anything else once you know how to do it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copyright (C) 2011 Bheesham Persaud.
All parts of PyMetaTorrent are considered to be 
BeerWare <http://en.wikipedia.org/wiki/Beerware>

This software is provided without any warranty.

NOTE: Not under active development.

The contents of this file will briefly explain the certain bots, 
services and other tools used in order to make a torrent meta search engine.

bots/url/		: Crawls a torrent website and gets torrent information URLs.
bots/download/	: Downloads a .torrent file, stores it in a database.
www/			: The front end (search index)

About

A few bots I made a while ago to download .torrent files and index their information. This is an incomplete project and I'm not sure when I'll start development again. It wasn't supposed to go opensource, but meh. It needs a MongoDB database, but the way I set it up, you can easily change it to MySQL or anything else once you know how to do it.


Languages

Language:Python 99.4%Language:Shell 0.6%