parse-torrent
torrent parser
This project provides a utility to parse and extract metadata from torrent identifiers.
Parse a torrent identifier (magnet uri, .torrent file, info hash)
441 stars
14 watching
82 forks
Language: JavaScript
last commit: 28 days ago
Linked from 1 awesome list
bittorrentbrowserjavascriptmagnet-urinodejsparsetorrentwebtorrent
Related projects:
Repository | Description | Stars |
---|---|---|
webtorrent/magnet-uri | A module for parsing and generating magnet URIs used in peer-to-peer file sharing protocols. | 225 |
mafintosh/read-torrent | A JavaScript library to read and parse torrent files or magnet URIs, providing access to metadata and other information about the torrent. | 73 |
webtorrent/torrent-piece | Provides an abstraction layer for managing torrent pieces in a JavaScript application. | 23 |
fent/node-torrent | A Node.js library for reading, creating, and hashing BitTorrent files. | 197 |
webtorrent/create-torrent | A module for creating .torrent files used in BitTorrent distributions | 341 |
webtorrent/webtorrent-cli | A command-line tool for managing BitTorrent files and streams | 1,175 |
max-mapper/torrent | Tools for downloading and managing torrent files in Node.js | 633 |
webtorrent/bittorrent-tracker | A Node.js implementation of a BitTorrent tracker that supports various protocols and provides statistics via web interface or JSON data. | 1,787 |
rgrinberg/bencode | A library to parse and generate the .torrent file format used in BitTorrent | 24 |
webtorrent/bittorrent-dht | An implementation of the BitTorrent Distributed Hash Table (DHT) protocol in JavaScript | 1,233 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,952 |
webtorrent/bittorrent-protocol | A Node.js implementation of the BitTorrent peer wire protocol. | 347 |
webtorrent/torrent-discovery | A module for discovering peers in a peer-to-peer network using BitTorrent protocols. | 217 |
jaruba/torrent-worker | A Node.js module that launches a web worker to stream torrents, offloading computationally intensive tasks from the main thread. | 10 |
hdvinnie/torrent-tracker-platforms | A curated list of torrent tracker platforms and codebases written in multiple programming languages. | 527 |