Coder Social home page Coder Social logo

stream-cli's Introduction

Stram-Cli

Stream-Cli application that allow you to play your favorite movies from the terminal.

Installation:

  • First let's install nodejs and npm in the machine. it depends on your distro .

    • Archlinux: sudo pacman -S nodejs npm
    • Ubuntu: sudo apt install nodejs npm
    • Fedora: sudo dnf install nodejs npm
  • Install webtorrent. npm install webtorrent-cli -g

  • Make sure that you have MPV media player installed

    • Archlinux: sudo pacman -S mpv
    • Fedora: sudo dnf mpv
    • Ubuntu: sudo apt install mpv
  • Stream-cli is builted with python 3.8 make sure to have the same version or higher: python --version

  • Download the Github Repo. git clone https://www.github.com/red-elka/stream-cli ~/.stream-cli

  • First you need to install the python requirements. sudo python ~/.stream-cli/setup.py install

  • Add the run permission to the file. sudo chmod +x ~/.stream-cli/stream-cli

  • Add an alias to your ~/.bashrc or ~/.zshrc

    • bash : echo "alias stream-cli='~/.stream-cli/stream-cli'" >> ~/.bashrc
    • zsh: echo "alias stream-cli='~/.stream-cli/stream-cli'" >> ~/.zshrc

How it works:

  • Run from the command line stream-cli
  • Type the movie that you want to watch
  • Select the choosen one and type the episode number
  • Bring Some Popcorn, Enjoy😉

stream-cli's People

Contributors

lkabuci avatar abhinayy0 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.