Skip to content

A console-based application that helps you keep track of on-going anime every season them along with a variety of other features.

License

Notifications You must be signed in to change notification settings

dxmxnlord/animenow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animenow

Animenow is an application that lets you manage the on-going anime you watch all through your terminal !

Screenshot

With Animenow you can:

  • Create a watchlist of all the on-going anime you watch.
  • Check for new episodes of all the shows in your watchlist.
  • Maintain an episode counter for each show in your watchlist.
  • Download the next episode of a show in your counter.

Requirements:

  • Python3 with pip3 ( may already come with your distribution ).
  • BeautifulSoup4 python library.
  • Termcolor python library.
  • A linux terminal.

Installation:

git clone https://github.com/dxmxnlord/animenow.git
cd animenow
make
sudo make install

Use:

  • lauch Animenow by using the command.
animenow

You can:

  • Maintain you watchlist. This also makes sure the show is a part of Horriblesubs' Releases.
  • Check for new episodes from your watchlist. This needs access to nyaa. This automatically updates your watchlist with the latest episode number as well.
  • Download the next episode for an anime from your anime counter as a torrent ( only horriblesubs ). Again, access to nyaa is needed.
  • Manage episode counters for every show you watch.

Uninstalling:

git clone https://github.com/dxmxnlord/animenow.git
cd animenow
make
sudo make uninstall
Thanks for checking this out !