A high efficient, powerful and fast anime scraper. This tool scrapes the site gogoanime.
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.
pip install gogo-cli
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.
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/"
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.
Usage: gogo-cli [ARGS]...
Options:
download Download your favourite anime by query.
play Stream your favourite anime by query.
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.
The disclaimer of the project can be found here.