Categorygithub.com/DarshPareek/GopherTorrent
repositorypackage
0.0.0-20240709074228-ace0c2762424
Repository: https://github.com/darshpareek/gophertorrent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

GOPHER TORRENT

A very basic Bittorrent client implementation in golang

USAGE

$ chmod +x GopherTorrent 
$ ./GopherTorrent /path/to/torrent/file <name of the downloaded file>.<extension>

It has a bencode parser written from scratch!
Supports downloading only http/https, single file torrents like debian.iso etc.
The downloaded files are stored in Downloaded folder.
Check the Issues tab for ideas on how to improve this project.