https://github.com/unosd/latestepisodesfinder
Given a date, it finds all the new episodes of your favourite tv shows that aired after that date
https://github.com/unosd/latestepisodesfinder
csharp dotnet-core dotnet-core2 trakt trakt-api tv-shows
Last synced: about 1 month ago
JSON representation
Given a date, it finds all the new episodes of your favourite tv shows that aired after that date
- Host: GitHub
- URL: https://github.com/unosd/latestepisodesfinder
- Owner: UnoSD
- License: gpl-2.0
- Created: 2018-03-01T12:41:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T16:25:52.000Z (over 3 years ago)
- Last Synced: 2025-06-01T21:47:46.807Z (about 1 year ago)
- Topics: csharp, dotnet-core, dotnet-core2, trakt, trakt-api, tv-shows
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LatestEpisodesFinder
Given a date, it finds all the new episodes of your favourite tv shows that aired after that date
# Example usage
```
> LatestEpisodesFinder.exe find 28/02/2018
02/03/2018 02:00:00 - Arrow - 6 - Collision Course
02/03/2018 01:00:00 - The Big Bang Theory - 11 - The Neonatal Nomenclature
02/03/2018 01:30:00 - Young Sheldon - 1 - Potato Salad, a Broomstick, and Dad's Whiskey
```