Skip to content

Cli Tool To Watch and Download anime. This tool scrapes the site Gogoplay using beautifulsoup module

License

Notifications You must be signed in to change notification settings

C0DE-SLAYER/CliAniVerse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Cli Tool To Watch and Download anime. This tool scrapes the site Gogoplay using beautifulsoup module

About BeautifulSoup

  • This project is made using "BeautifulSoup" which can be install using pip.
  • Beautiful Soup is a Python package for parsing HTML and XML documents
  • It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping.

Installation

For Android Install termux (Guide)

git clone https://github.com/C0DE-SLAYER/CliAniVerse
cd CliAniverse
pip install -r requirement.txt
python CliAniVerse.py

Usage/Examples

1. Manual search

  1. Run using python CliAniVerse.py. Type the anime name you want to watch.
  2. Select the anime from the list like which season, dub or sub, etc.
  3. Select the episode to be watch.
  4. The episode will start playing in your default browser where you can download and watch the anime.
  5. You can use option for playing next episode or previous episode or search new anime.
  6. Demo/Example : Demo Demo

2. Using history

  1. Run using python CliAniVerse.py -hist. Select the anime to watch and it will be player in you default browser.
  2. To delete history file. python CliAniVerse.py -del
  3. Demo/Example : Demo Demo

License

MIT

About

Cli Tool To Watch and Download anime. This tool scrapes the site Gogoplay using beautifulsoup module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages