borakasmer / netflix

With this CLI Tool, Netflix movie list information is instantly retrieved by category group. Movi List information is printed on the screen by Parse instantly from Netflix.com. You can Get Category Group, Movi Count and "Category Group of 5" with "-c 3, -r 6, -f" flags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netflix

With this CLI Tool, Netflix movie list information is instantly retrieved by category group. Movie List information is printed on the screen by Parse instantly from Netflix.com. You can Get Category Group, Movie Count and "Category Group of 5" with "-c 3, -r 6, -f" flags.

🍎This is Netflix crawler CLI. In every request, It parses Netflix.com. If Netflix.com doesn't response, this service can't work.

NetflixGithub

Flags:

📺netflix
netflix -c 2 -r 6 -f
  • -c, --category int Category Group to be pulled from Netflix: '-f'(group of 5) if there is "-f" flag, -c flag gets a value between 1 to 3, if not 1 and 5 (default 1)
  • -f, --five Number of categories => 5 is assumed instead of 3..
  • -h, --help Help for netflix-cli
  • -r, --rowcount int Total number of movies to be shot by category. Between 1 to 10 (default 5)

Default Command: "netflix"

Example Usage:

Usage: netflix [flags]

  • "netflix -c 2 -r 6"
  • "netflix -r 7 -f"
  • "netflix --category 3 --rowcount 8 --five"
  • "netflix" => default: 'netflix -c 1 -r 5'
**********************************************************************************************************
-c flag gets Max: 3, if there is "-f" flag. If there is no -f flag, -c flag gets Max: 3 value.
-r flag gets Max:10 value.


How to install Netflix Cli:

go install github.com/borakasmer/netflix@latest

🔴Important: You need Go program package to install Netflix-Cli => Go Downloads

  1. "go env" With the command "GOPATH" and "GOROOT" folders of GO can be seen.
  2. On Mac after "go install ..." the "go/bin/netflix" file under GOPATH => should be copied under "go/bin/" folder under GOROOT.
  3. In Windows, there is no need to further action ✅

FRJfHssXEAAqNsP

📗 Extra Detail
--------------------------------------------------------------------------------------------------------------
  • "-c" Number of Categories to list. The default value is 1. The first 3 category Groups are listed
  • "-c 2" => category group 3 to 6 [3 - 6]
  • "-c 3 -f" => Group of categories from 10 to 15 [10 - 15]. (-f => means group of 5)
  • "-r" => Number of movies to list. The default value is 5. The first 5 films are printed on the screen
  • "netflix" command => By default it means "netflix --category 1 --rowcount 5".

About

With this CLI Tool, Netflix movie list information is instantly retrieved by category group. Movi List information is printed on the screen by Parse instantly from Netflix.com. You can Get Category Group, Movi Count and "Category Group of 5" with "-c 3, -r 6, -f" flags.


Languages

Language:Go 100.0%