Code Monkey home page Code Monkey logo

gogo-cli's Introduction

GOGO-CLI



PRs Welcome OS linux OS Mac OS Windows OS Android OS IOS

A high efficient, powerful and fast anime scraper. This tool scrapes the site gogoanime.

Overview

Installation

for dependencies (see below).

This project can be installed on to your device via different mechanisms, these mechanisms are listed below in the order of ease.

1. PIP Installs Packages aka PIP Installation

pip install gogo-cli

2. Installing from Source

First ensure Poetry is installed.

Then run the following command:

git clone https://github.com/demonkingswarn/gogo-cli.git \
&& cd gogo-cli \
&& poetry build \
&& pip install gogo-cli \
&& cd ..

Additional information: You must have Python installed and in PATH to use this project properly. Your Python executable may be py or python or python3. Only Python 3.6 and higher versions are supported by the project.

3. Android Installation

Install termux (Guide)

pkg up -y && pkg in python
pip install gogo-cli

For it to be able to stream you need to add referrer in mpv by opening mpv (playstore version), going into Settings -> Advanced -> Edit mpv.conf and adding

referrer="https://gogoanimehd.to/"

4. IOS Installation

Install iSH and VLC from the app store.

Make sure apk is updated using apk update; apk upgrade then run this:

[ ! -d ~/.local/bin ] && mkdir ~/.local/bin && echo "export PATH=$HOME/.local/bin:$PATH\nexport GOGO_CLI_PLAYER=\"iSH\"" >> ".$(echo $SHELL | sed -nE "s|.*/(.*)\$|\1|p")rc"
apk add --update-cache python3 py3-pip
git clone https://github.com/Lockl00p/ffmpeglibs-iSH.git ~/ffmpeg
cd ~/ffmpeg
cat fmp.?? > ffmpeg.tar.gz
tar -xvf ffmpeg.tar.gz
cd FFmpeg
make install
cd
rm -rf ffmpeg
apk add ffmpeg
pip install gogo-cli

note that downloading is going to be very slow. This is an iSH issue, not gogo-cli issue.

Dependencies

  • mpv - Video Player
  • iina - Alternate video player for MacOS
  • ffmpeg - Download manager

Usage

Usage: gogo-cli [ARGS]...

Options:
    download    Download your favourite anime by query.
    play        Stream your favourite anime by query.

Support

You can contact the developer directly via this email. However, the most recommended way is to head to the discord server.

If you run into issues or want to request a new feature, you are encouraged to make a GitHub issue, won't bite you, trust me.

Project Disclaimer

The disclaimer of the project can be found here.

gogo-cli's People

Contributors

demonkingswarn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.