Popcorn CLI is a very simple tool that can be used to easily browse Popcorn Time's torrent collection.
Disclaimer: I made this in less than an hour because I was sick of sifting through JSON for torrents. Don't expect it to be anything special.
Simply clone, install, and run.
Steps:
git clone https://github.com/clabby/popcorn-cli
cd popcorn-cli && npm install
npm install -g
popcorn-cli
Popcorn CLI utilizes Popcorntime's API to find torrents for Movies, TV Shows, and Anime.
The three providers used in Popcorn CLI are:
- Movies: https://movies-v2.api-fetch.website
- TV: https://tv-v2.api-fetch.website
- Anime: https://anime.api-fetch.website
MIT.