Awesome
<p align="center"><img src="assets/reel.png" alt="Gophie" height="100px"></p> <div align="center"> <a href="https://godoc.org/github.com/go-phie/gophie"> <img src="https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square" alt="Documentation"> </a> <a href="https://goreportcard.com/report/github.com/go-phie/gophie"> <img src="https://goreportcard.com/badge/github.com/go-phie/gophie" alt="Go Report Card"> </a> <a href="https://travis-ci.com/go-phie/gophie"> <img src="https://travis-ci.com/go-phie/gophie.svg?branch=master" alt="Build Status"> </a> </div>Gophie
Search, stream and download movies without having to bump into ads. Feel free to add any new movie sites
What is Gophie
Gophie is a tool to help you search, stream and download movies from movie sites without going through all the stress of by-passing ads. Currently, the following sites are actively supported:
Movies
- NetNaija
- FzMovies
- BestHD
- CoolMoviez
- Nkiri
Series
- TvSeries
Anime
- AnimeOut
- Takanimelist
Korean
- KDramaHood
Gophie also has mobile and web clients.
Installation
With Golang installed
go install github.com/go-phie/gophie@latest
Or download from Github Releases
Usage
CLI
gophie
>>> gophie
Gophie
Usage:
gophie [command]
Available Commands:
api host gophie as an API on a PORT env variable, fallback to set argument
clear-cache Clears the Gophie Cache
engines Show summary and list of available engines
help Help about any command
list lists the recent movies by page number
resume resume downloads for previously stopped movies
search search for a movie
stream Stream a video from gophie
version Get Gophie Version
Flags:
-c, --cache-dir string The directory to store/lookup cache
-e, --engine string The Engine to use for querying and downloading (default "netnaija")
-h, --help help for gophie
-o, --output-dir string Path to download files to
-s, --selenium-url string The URL of selenium instance to use
-v, --verbose Display Verbose logs
Use "gophie [command] --help" for more information about a command.
Gophie - Bisoncorp (2020) (https://github.com/go-phie/gophie)
For Development use go run main.go [command]
Deployment
Tagging
To create a new tag, use the make file
make upgrade version=0.x.x
The deployed API version from gophie api
is available on Heroku. Please read the API documentation for usage
License
This project is opened under the GNU AGPLv3 which allows very broad use for both academic and commercial purposes.
Credits
Library/Resource | Use |
---|---|
github.com/gocolly/colly | scraping the net for links |
github.com/manifoldco/promptui | interactive CLI |
github.com/spf13/cobra | CLI interface |
github.com/iawia002/annie | Downloader (resume capabilities) |
Stoplight | Generating API docs |