TV shows and Anime next episode airing Date Tracker using Python and Web Scraping.
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
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.
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