BitMuon is a command-line application for downloading torrent files. It utilizes the custom MuonEngine for handling torrent file operations. BitMuon allows users to provide a path to a torrent file as a command-line argument and initiates the download process.
bitmuon "path/to/torrent/file.torrent"
Replace "path/to/torrent/file.torrent"
with the actual path to the torrent file you want to download.
-
Clone the BitMuon repository:
git clone https://github.com/DarkMatter-999/BitMuon.git
-
Build the BitMuon executable:
cd bitmuon go build
-
Run BitMuon:
./bitmuon "path/to/torrent/file.torrent"
All the Documentation for the respective conponents can be found in Docs folder
- Go (version 1.16 or higher)
- Bencode-go Module (automatically fetched by Go modules)
This project is licensed under the BSD License. See the LICENSE file for more details.
For support, bug reports, and feature requests, please create an issue on the BitMuon GitHub repository.