Skip to content

KayserSoze42/tomtq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.