https://github.com/ashok-arjun/torrenter
Torrenter is a torrent client, written from scratch, in Python 3.6.9.
https://github.com/ashok-arjun/torrenter
http networking p2p peer-to-peer tcp tcp-client tcp-ip tcp-socket torrent torrent-client torrent-downloader torrents udp
Last synced: 7 months ago
JSON representation
Torrenter is a torrent client, written from scratch, in Python 3.6.9.
- Host: GitHub
- URL: https://github.com/ashok-arjun/torrenter
- Owner: ashok-arjun
- Created: 2020-04-10T07:50:10.000Z (over 5 years ago)
- Default Branch: stable_branch
- Last Pushed: 2020-08-12T16:33:52.000Z (about 5 years ago)
- Last Synced: 2025-01-30T17:39:33.780Z (9 months ago)
- Topics: http, networking, p2p, peer-to-peer, tcp, tcp-client, tcp-ip, tcp-socket, torrent, torrent-client, torrent-downloader, torrents, udp
- Language: Python
- Size: 136 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torrenter
A torrent client written from scratch in Python 3.6.9.
# Instructions to execute the torrent client
1. Open the main directory(the current directory) in your environment.
2. In the terminal, run the following command to install the dependencies.
```
pip install requirements.txt
```3. Put your torrent file in the torrents folder.
4. Execute
```
python src/async_client.py torrents/ubuntu.torrent
```