aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-06-27 01:18:10 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-06-27 01:18:10 +0530
commit3cd859c0cc5638b122ac9f8d7f0498cc31987c85 (patch)
tree9f3dfa9088c40a2828bc24c1fdf18b07776021cf /README.md
downloadnotflix-3cd859c0cc5638b122ac9f8d7f0498cc31987c85.tar.gz
notflix-3cd859c0cc5638b122ac9f8d7f0498cc31987c85.tar.bz2
notflix-3cd859c0cc5638b122ac9f8d7f0498cc31987c85.zip
netflix altHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fa80b82
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+<h1 align="center">NOTFLIX</h1>
+<p align="center">f@#k netflix use notflix a tool which search magnet links and stream it with peerflix</p>
+
+### How does this work?
+
+This is a shell script. It scape 1337x and get the magnet link.
+After this it use [peerflix](https://github.com/mafintosh/peerflix) to stream the video from magnet link.
+For scraping script use simple gnu utils like sed, awk, paste, cut.
+
+## Requirements
+
+* [peerflix](https://github.com/mafintosh/peerflix) - A tool to stream torrent. `sudo npm install peerflix -g`
+* [fzf](https://github.com/junegunn/fzf) - For selection screen.
+
+## Installation
+
+### cURL
+cURL **notflix** to your **$PATH** and give execute permissions.
+
+```sh
+$ curl -sL "https://raw.githubusercontent.com/xgenos/notflix/master/notflix" > $HOME/.local/bin/notflix
+$ chmod +x $HOME/.local/bin/notflix
+```
+- To update, just do `curl` again, no need to `chmod` anymore.
+- To uninstall, simply remove `notflix` from your **$PATH**, for example `rm -f $HOME/.local/bin/notflix`.
+
+## License
+This project is licensed under [GPL-3.0](https://raw.githubusercontent.com/Illumina/licenses/master/gpl-3.0.txt).