From ad284fc8616dd076b49f5322f968d257cdb2a60c Mon Sep 17 00:00:00 2001 From: John Victor Sampaio Date: Sun, 17 Nov 2019 01:16:04 -0300 Subject: [PATCH] Update README to reflect package changes. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9cd312..f755889 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Nyaa_cli +# Nyaa-cli [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![nyaacli](https://img.shields.io/pypi/pyversions/nyaacli)](https://pypi.org/project/nyaacli/) [![nyaa.si](https://img.shields.io/badge/-nyaa.si-green)](https://nyaa.si) + A CLI for downloading Anime from https://nyaa.si making use of their RSS Feed and [python-libtorrent](https://github.com/arvidn/libtorrent/blob/RC_1_2/docs/python_binding.rst) @@ -6,15 +7,19 @@ A CLI for downloading Anime from https://nyaa.si making use of their RSS Feed an ![image](https://user-images.githubusercontent.com/37747572/69002323-bb2ea100-08cb-11ea-9b47-20bd9870c8c0.png) +--- + ![image](https://user-images.githubusercontent.com/37747572/69002293-33e12d80-08cb-11ea-842e-02947726185d.png) +--- + ![image](https://user-images.githubusercontent.com/37747572/69002363-ad2d5000-08cc-11ea-9360-76bf1598512d.png) --- ## Installing -- `python3 -m pip install nyaa_cli --user` +- `python3 -m pip install nyaacli --user` - *Note:* python-libtorrent will still need to be downloaded separately as shown below - This Program depends on python3-libtorrent, which can be installed using Apt with `sudo apt install python3-libtorrent` or can be built from source here: [python-libtorrent](https://github.com/arvidn/libtorrent/blob/RC_1_2/docs/python_binding.rst)