Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.08 KB

TOMTQuery

Find movies and TV shows with methods of last resort (stuff like character names, lines spoken, locations shown, etc.) by using custom TOMT (Tip Of My Tongue) Queries


Overview:

A mini "framework" to do batch queries for movies and TV shows on several popular online aggregate platforms

It started out as a tool to scrape IMDb but after using it few times to find movies I couldn't remember, I thought it would be nice to expand it, so it could also recommend similar movies, create custom watchlists, etc..

Obligatory WIP

Update:

The idea evolved, so obviously I deleted everything and started again. This time starting with the query logic and then moving on to the TOMTQ parsing.

I thought it would be fun to write a Spring REST Controller that would act as a "wrapper" for the TMDb API, and deploy it perhaps in a separate container.

No idea why would that help. Again, just having fun...

There are some test models and controllers, to help me visualise JSON data. Will play around with custom search logic.