All Projects → beilunyang → Dhtcrawler

beilunyang / Dhtcrawler

Licence: mit
一个简单的dht爬虫,用于搜集infohash

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Dhtcrawler

Node P2p Chord
A light weight Chord protocol and algorithm library that creates a distributed hash table (DHT) for a p2p network.
Stars: ✭ 12 (-90.4%)
Mutual labels:  dht
Btlet
Some toolkits implements part of BT Protocol, like DHT spider.
Stars: ✭ 54 (-56.8%)
Mutual labels:  dht
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (-18.4%)
Mutual labels:  dht
Metadata
a infohash metadata collector
Stars: ✭ 21 (-83.2%)
Mutual labels:  dht
Holochain Rust
DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
Stars: ✭ 992 (+693.6%)
Mutual labels:  dht
Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-48.8%)
Mutual labels:  dht
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+5635.2%)
Mutual labels:  dht
Bulletinboard Dht
Your internet-wide general-purpose DHT to store key/value pairs
Stars: ✭ 114 (-8.8%)
Mutual labels:  dht
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+703.2%)
Mutual labels:  dht
Ssbc
手撕包菜网站
Stars: ✭ 1,382 (+1005.6%)
Mutual labels:  dht
Dhtsearch
[mirror] Standalone DHT search
Stars: ✭ 32 (-74.4%)
Mutual labels:  dht
Crypto Dht
Blockchain over DHT in GO
Stars: ✭ 38 (-69.6%)
Mutual labels:  dht
Antcolony
Nodejs实现的一个磁力链接爬虫 http://findit.keenwon.com (原域名http://findit.so )
Stars: ✭ 1,151 (+820.8%)
Mutual labels:  dht
Blocxxi
Implementation of Kademlia based DHT and a blockchain in C++
Stars: ✭ 21 (-83.2%)
Mutual labels:  dht
I2p.i2p Bote
I2P-Bote is a serverless, encrypted e-mail application.
Stars: ✭ 103 (-17.6%)
Mutual labels:  dht
Holochain Proto
Holographic storage for distributed applications -- a validating monotonic DHT "backed" by authoritative hashchains for data provenance (a Ceptr sub-project)
Stars: ✭ 795 (+536%)
Mutual labels:  dht
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-51.2%)
Mutual labels:  dht
Chord
Implementation of Chord DHT(Distributed Hash Table) paper
Stars: ✭ 118 (-5.6%)
Mutual labels:  dht
Bitchatclient
Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
Stars: ✭ 111 (-11.2%)
Mutual labels:  dht
Gdht
A distributed self-host DHT torrent search suite
Stars: ✭ 86 (-31.2%)
Mutual labels:  dht

dhtCrawler

一个简单的dht爬虫,用于搜集infohash

简介:

采用nodejs编写,由于js天生优秀的异步非阻塞io支持,无需向python2等其他语言一样采用超时机制同步等待响应,所以速度非常快。

使用方法:

npm start
推荐:配合使用forever或 pm2

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].