An open API service indexing awesome lists of open source software.

https://github.com/guipenedo/guit-torrent

(very) simple Python BitTorrent client implemented from scratch, built with asyncio
https://github.com/guipenedo/guit-torrent

Last synced: 3 months ago
JSON representation

(very) simple Python BitTorrent client implemented from scratch, built with asyncio

Awesome Lists containing this project

README

        

# guitTorrent

Python BitTorrent client implemented from scratch, built with asyncio.

[Unofficial BitTorrent specification](https://wiki.theory.org/BitTorrentSpecification)

Supports:
- multi tracker
- udp tracker
- multi file torrents
- resuming from existing files (after verifying the data)

Launch with:
```
python launcher.py (path to .torrent file) -o outputfolder
```