manuasir / film-recommendator

A dumb hacktoberfest project. Feel free to fork and send PRs
MIT License
0 stars 0 forks source link

Data source #11

Closed manuasir closed 1 year ago

manuasir commented 1 year ago

Find a way to get the actual data. Some APIs, or some open databases. Whatever, but do it.

JavRip commented 1 year ago

I've found a couple of free APIs that could work for us:

Both are for movies, both get their info from IMDb and are up-to-date with people maintaining it.

I've also found some other interesting APIs if we want to get into TV Shows aswell, but I think that could be a discussion for another issue.

valglez commented 1 year ago

Both options seem interesting, and they also have Python libraries: