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

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.

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
```