https://github.com/lizouzt/dht
Get torrent data from DHT net And analyse list info
https://github.com/lizouzt/dht
Last synced: 2 months ago
JSON representation
Get torrent data from DHT net And analyse list info
- Host: GitHub
- URL: https://github.com/lizouzt/dht
- Owner: lizouzt
- Created: 2014-12-23T09:19:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T02:01:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T06:51:10.235Z (3 months ago)
- Language: Python
- Size: 126 KB
- Stars: 23
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## If there's anyone interested with bt search engine, we can share.
## DHT
* Get torrent data from DHT net.
* Check for peers trackers.
* Analyse torrent list info.
* Download it if i want.#### Two way to get bittorrent
1. DHT&TorrentServer
* use krpc.py & btAnalyzer.py
2. use libtorrent
* use dhtcollector.py
```
Usage: dhtcollector.py [options]
Options:
-h, --help show this help message and exit
-p LISTEN-PORT, --port=LISTEN-PORT
the listen port.
-n SESSION-NUM, --snum=SESSION-NUM
the dht sessions num.
-l LOOP-NUM, --loop=LOOP-NUM.
the maximum num one torrentHandler will seeding. And each loop cost 0.7s.use udp send statistic info.
statistic.py
```