Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 806 Bytes

AnimeTracker

TV shows and Anime next episode airing Date Tracker using Python and Web Scraping.

Why??

Finding the airing date of next episode of your favourite TV shows and Anime is quite cumbersome job. Open the browser, Enter the link, and Search for the show/Anime

Lets automate-

This python code snippet takes the name of the anime/show you want to search and gives you the next airing date of the show.

To run the code--

1- First download the code base.
2- Open the Command Prompt
3- Install the dependencies

python -m pip install --upgrade pip
pip install requests
pip install bs4

3- Run the application

python Tracker.py

Working ScreenShot