Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junioralive/old-spycli
A cli tool to browse and watch Movies/Shows/MORE, mainly focused on Bollywood & Indian Entertainment (Hindi Audio).
https://github.com/junioralive/old-spycli
ani-cli anicli anipy-cli cli cli-player free free-tv-show freemovies freeseries mov-cli streaming-movies vid-player vid-src vidsrc-parser
Last synced: about 2 months ago
JSON representation
A cli tool to browse and watch Movies/Shows/MORE, mainly focused on Bollywood & Indian Entertainment (Hindi Audio).
- Host: GitHub
- URL: https://github.com/junioralive/old-spycli
- Owner: junioralive
- License: mit
- Created: 2023-12-23T04:32:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:40:54.000Z (about 1 year ago)
- Last Synced: 2024-08-11T04:59:08.724Z (5 months ago)
- Topics: ani-cli, anicli, anipy-cli, cli, cli-player, free, free-tv-show, freemovies, freeseries, mov-cli, streaming-movies, vid-player, vid-src, vidsrc-parser
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Showcasehttps://github.com/junioralive/spy-cli/assets/54473944/1423f1a2-37b2-45be-88c6-4781220bf969
### Table of Contents
## About The Project
SPY-CLI provides a command-line interface (CLI) tool named `spy-cli` that allows users to stream movies or TV shows directly from the command line. It is compatible with multiple platforms including Android, Windows, Linux, macOS, and iPhone. Mainly focused on Bollywood & Indian Entertainment (Hindi Audio).
Note: It requires a backend API, For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.
## Getting Started### Prerequisites
- [`MPV`](https://mpv.io) - player used for Windows, macOS, Linux and Android
- [`VLC`](https://apps.apple.com/us/app/vlc-media-player/id650377962) - player used for iOS## Installation
### Windows
- Make sure [`Python`](https://www.python.org/) [`pip`](https://pip.pypa.io/en/stable/installation/) and [`git`](https://git-scm.com/downloads) are installed.
- Run this Command inside your Terminal (Installing fzf):
```
winget install fzf
```
- Clone the repository:
```
git clone https://github.com/junioralive/spy-cli.git
```
- Navigate to the cloned directory:
```
cd spy-cli
```
- Installing setuptools:
```
pip install --upgrade setuptools wheel
```
- Install requirements and dependencies:
```
pip install -e .
```
- Install py7zr dependencies:
```
pip install py7zr
```
- Install mpv player (Only for windows):
```
spy-cli-player
```
- First time run:
```
spy-cli.config
```
Enter your API URL, choose your platform and you're all set. For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.### Linux
- Make sure `Python` [`pip`](https://pip.pypa.io/en/stable/installation/) and [`git`](https://git-scm.com/downloads) are installed.
- Run this Command inside your Terminal (Installing fzf):
```
sudo apt-get install fzf mpv
```
- Clone the repository:
```
git clone https://github.com/junioralive/spy-cli.git
```
- Navigate to the cloned directory:
```
cd spy-cli
```
- Installing setuptools:
```
pip3 install --upgrade setuptools wheel
```
- Install requirements and dependencies:
```
pip3 install -e .
```
- First time run:
```
spy-cli.config
```
Enter your API URL, choose your platform and you're all set. For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.### MAC
- Make sure [`Python`](https://www.python.org/) [`pip`](https://pip.pypa.io/en/stable/installation/) and [`git`](https://git-scm.com/downloads) are installed.
- Open the Terminal application on your Mac (Installing Homebrew:
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
- Installing fzf:
```
brew install fzf mpv
```
- Clone the repository:
```
git clone https://github.com/junioralive/spy-cli.git
```
- Navigate to the cloned directory:
```
cd spy-cli
```
- Installing fzf:
```
sudo apt-get install fzf
```
- Installing setuptools:
```
pip install --upgrade setuptools wheel
```
- Install requirements and dependencies:
```
pip install -e .
```
- First time run:
```
spy-cli.config
```
Enter your API URL, choose your platform and you're all set. For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.
### Android- Make sure [`MPV`](https://play.google.com/store/apps/details?id=is.xyz.mpv) and [`Termux`](https://play.google.com/store/apps/details?id=com.termux) are installed.
- Run following commands (Note: this may take a while)
```
pkg update && pkg upgrade
pkg install python git fzf
pip install wheel
git clone https://github.com/junioralive/spy-cli.git
cd spy-cli
pip3 install -e .
```
- First time run:
```
spy-cli.config
```
Enter your API URL, choose your platform and you're all set. For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.### iOS
- Make sure [`VLC MEDIA PLAYER`](https://apps.apple.com/us/app/vlc-media-player/id650377962) and [`iSH`](https://apps.apple.com/us/app/ish-shell/id1436902243) are installed.
- Run following commands (Note: this may take a while)
```
apk update && apk upgrade
apk add python3 git fzf
python3 -m ensurepip --upgrade
git clone https://github.com/junioralive/spy-cli.git
cd spy-cli
pip3 install -e .
```
- First time run:
```
spy-cli.config
```
Enter your API URL, choose your platform and you're all set. For API details, [spycli-api](https://github.com/junioralive/spycli-api).
No API No problem, READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.## Usage
Type: ```spy-cli``` into your Commandline.
### For no-server version
Type: ```spy-cli-basic``` into your Commandline.
READ about [spycli-noserver](https://github.com/junioralive/spycli-noserver) before using.
## Disclaimer
This project is designed to be utilized at the discretion and responsibility of the user, taking into consideration the specific legal and governmental regulations applicable to their context. The project does not exercise control over the nature of the content it disseminates. Consequently, any use of copyrighted material sourced from providers falls under the user’s own risk and accountability, and is not the responsibility of the project developers
## Feature
If you want a feature, create an [issue](https://github.com/junioralive/spy-cli/issues/new) or create the feature and make a pull request.
## Contributing
Pull requests are welcome and _appreciated_. For major changes, please open an issue first to discuss what you would like to change.
## Contact
```Author: JuniorAlive``` ```Discord: junioralive``` [```Discord Server```](https://discord.gg/g7wDtnBKEb) [```Project Link```](https://github.com/junioralive/spy-cli)
## Inspiration
Heavily inspired from [ani-cli](https://github.com/pystardust/ani-cli) [mov-cli](https://github.com/pystardust/mov-cli)