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
- Host: GitHub
- URL: https://github.com/guipenedo/guit-torrent
- Owner: guipenedo
- Created: 2023-11-30T00:15:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T00:17:48.000Z (over 1 year ago)
- Last Synced: 2025-01-20T11:31:04.008Z (5 months ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```