Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oanderoficial/atorrent

Script em python que oferece uma interface simples de linha de comando para baixar e transmitir torrents utilizando o Aria2c e Webtorrent.
https://github.com/oanderoficial/atorrent

p2p torrent torrent-client torrent-downloader

Last synced: about 2 months ago
JSON representation

Script em python que oferece uma interface simples de linha de comando para baixar e transmitir torrents utilizando o Aria2c e Webtorrent.

Awesome Lists containing this project

README

        

# Atorrent

Script em python que oferece uma interface simples de linha de comando para baixar e transmitir torrents utilizando o Aria2c e Webtorrent.

![marmoset-1684719555872](https://github.com/oanderoficial/atorrent/assets/32654298/ac151e51-fd0e-4f7d-8494-b11ff14b81cd)

Dependências

- aria2c - https://aria2.github.io/
- colorama -https://pypi.org/project/colorama/
- webtorrent -https://github.com/webtorrent/webtorrent

Atorrent funções

```python
def download_torrent(link):
os.system(f"aria2c {link}")

def download_bittorrent(link):
os.system(f"aria2c {link}")

def stream_torrent(link):
os.system(f"webtorrent {link} 0 1")
```

```txt
1. Download Torrent (link magnético)
```

```txt
2. Download de BitTorrent
```

```txt
3. Streaming de Torrents
```