- Notifications
You must be signed in to change notification settings - Fork31
An Aggregator Engine for searching and downloading movies free - NO ADs!
License
Go-phie/gophie
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Search, stream and download movies without having to bump into ads. Feel free to add any new movie sites
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:
- NetNaija
- FzMovies
- BestHD
- CoolMoviez
- Nkiri
- TvSeries
- AnimeOut
- Takanimelist
- KDramaHood
Gophie also hasmobile andweb clients.
With Golang installed
go install github.com/go-phie/gophie@latest
Or download from GithubReleases
gophie
>>> gophieGophieUsage: gophie [command]Available Commands: api host gophie as an API on a PORT env variable, fallback toset argument clear-cache Clears the Gophie Cache engines Show summary and list of available engineshelp Help about anycommand list lists the recent movies by page number resume resume downloadsfor previously stopped movies search searchfor a movie stream Stream a video from gophie version Get Gophie VersionFlags: -c, --cache-dir string The directory to store/lookup cache -e, --engine string The Engine to usefor querying and downloading (default"netnaija") -h, --helphelpfor 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 logsUse"gophie [command] --help"for more information about a command.Gophie - Bisoncorp (2020) (https://github.com/go-phie/gophie)
For Development usego run main.go [command]
To create a new tag, use the make file
make upgrade version=0.x.x
The deployed API version fromgophie api
is available onHeroku. Please read theAPI documentation for usage
This project is opened under theGNU AGPLv3 which allows very broad use for both academic and commercial purposes.
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 |
About
An Aggregator Engine for searching and downloading movies free - NO ADs!