All Projects → semk → Pytt

semk / Pytt

Licence: mit
A Pure Python BitTorrent Tracker using Tornado.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytt

Jwt Tornado
An implementation of JSON Web Tokens in Python Tornado
Stars: ✭ 28 (-63.16%)
Mutual labels:  tornado
Bittorrent Peerid
Map a BitTorrent peer ID to a human-readable client name and version
Stars: ✭ 47 (-38.16%)
Mutual labels:  bittorrent
Antcolony
Nodejs实现的一个磁力链接爬虫 http://findit.keenwon.com (原域名http://findit.so )
Stars: ✭ 1,151 (+1414.47%)
Mutual labels:  bittorrent
Rocketgram
Modern and powerful asynchronous telegram bot framework.
Stars: ✭ 37 (-51.32%)
Mutual labels:  tornado
Torrent Client
Tiny BitTorrent client written in Go
Stars: ✭ 1,024 (+1247.37%)
Mutual labels:  bittorrent
Calm
It is always Calm before a Tornado!
Stars: ✭ 50 (-34.21%)
Mutual labels:  tornado
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+981.58%)
Mutual labels:  bittorrent
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-9.21%)
Mutual labels:  tornado
Rats Search
BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
Stars: ✭ 1,037 (+1264.47%)
Mutual labels:  bittorrent
Chihaya
A customizable, multi-protocol BitTorrent Tracker
Stars: ✭ 1,130 (+1386.84%)
Mutual labels:  bittorrent
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+1221.05%)
Mutual labels:  bittorrent
Tornado Swagger
Swagger API Documentation builder for tornado server.
Stars: ✭ 45 (-40.79%)
Mutual labels:  tornado
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+11198.68%)
Mutual labels:  bittorrent
Dhtsearch
[mirror] Standalone DHT search
Stars: ✭ 32 (-57.89%)
Mutual labels:  bittorrent
Http Benchmark Tornado
基于Python Tornado的高性能http性能测试工具。Java Netty版: https://github.com/junneyang/http-benchmark-netty 。
Stars: ✭ 67 (-11.84%)
Mutual labels:  tornado
Trackerslist
Updated list of public BitTorrent trackers
Stars: ✭ 31,704 (+41615.79%)
Mutual labels:  bittorrent
Bast
Simple but Elegant Web Framework
Stars: ✭ 49 (-35.53%)
Mutual labels:  tornado
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+1457.89%)
Mutual labels:  bittorrent
Peerflix Server
Streaming torrent client for Node.js with web ui.
Stars: ✭ 1,157 (+1422.37%)
Mutual labels:  bittorrent
Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-15.79%)
Mutual labels:  bittorrent

About

Pytt (Python Torrent Tracker, pronounced as 'pity') is a BitTorrent Tracker written in Python using non-blocking Tornado Web Server. It also features a nice and clean UI for showing Tracker statistics.

Work In Progress: May not work as a fully functioning Torrent Tracker.

Installing Pytt

To install Pytt, run

sudo python setup.py install

Configuring Pytt

Edit ~/.pytt/config/pytt.conf and change the values to your choice. The following options are available.

  • port: Pytt will listen to this port
  • interval: Interval in seconds that the client should wait between sending regular requests to the tracker.
  • min_interval: Minimum announce interval. If present clients must not re-announce more frequently than this.

Running Pytt

To run Pytt, do

python tracker.py -b

or

pytt -d
  • -p or --port (optional): To specify port
  • -d or --debug (optional): Enable debug mode
  • -b or --background (optional): Run as a daemon process

License

MIT License. Refer COPYING for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].