xushiwei / gophie

An Aggregator Engine for searching and downloading movies free - NO ADs!

Home Page:https://api.gophie.cam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gophie

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

Series

  • TvSeries

Anime

  • AnimeOut
  • Takanimelist

Korean

  • KDramaHood

Gophie also has mobile and web clients.

Installation

With Golang installed

go get -u github.com/go-phie/gophie

Or download from Github Releases

Usage

CLI

gophie

Demo

>>> 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

About

An Aggregator Engine for searching and downloading movies free - NO ADs!

https://api.gophie.cam

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.1%Language:HTML 0.9%Language:Makefile 0.7%Language:Shell 0.3%