Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

movie module is down #242

Closed
swapagarwal opened this issue Jul 18, 2017 · 9 comments
Closed

movie module is down #242

swapagarwal opened this issue Jul 18, 2017 · 9 comments
Labels

Comments

@swapagarwal
Copy link
Owner

swapagarwal commented Jul 18, 2017

The backend API has gone private, and is no longer free.
https://www.patreon.com/posts/api-is-going-10743518
Look for an alternative.
P.S. It'd be great to have #207 resolved asap, rather than have people report that a module is down in the gitter chatroom! 😅

@edadesd
Copy link
Contributor

edadesd commented Jul 19, 2017

What do you think of: https://www.themoviedb.org/documentation/api ?

@edadesd
Copy link
Contributor

edadesd commented Jul 21, 2017

One disadvantage of using TMDb is that it doesn't generate an IMDB link the way OMDb did. I have a basic module patch for TMDb at: https://github.com/edadesd/JARVIS-on-Messenger/commits/movieAPI

@a1shadows
Copy link

Why not use the official rotten tomatoes api? It's legal and just as legit as imdb.

@edadesd
Copy link
Contributor

edadesd commented Jul 25, 2017

Rotten Tomatoes and Fandango APIs: https://developer.fandango.com/

It sounds like the Rotten Tomatoes API only gives reviews and scores. The (related) Fandango API says it can give movie information, but from the documentation it doesn't appear that you can search by movie name. You have to search by location to get movies showing at nearby theaters.

@a1shadows
Copy link

TMDb it is, then.

@edadesd
Copy link
Contributor

edadesd commented Jul 27, 2017

You can keep looking for another API if you want. I only linked to my TMDb patch instead of setting up a PR in case someone found a better API to use.

@swapagarwal
Copy link
Owner Author

IMDb id is important, as we only provide a gist of the movie information in the response.
Here's a relevant link: https://www.themoviedb.org/talk/5851f2ddc3a368258c0127b0 😉

@edadesd
Copy link
Contributor

edadesd commented Jul 31, 2017

That's a good link, thanks for finding it. I'll work on a version that uses the TMDB ID to fetch the IMDB ID and makes an IMDB link.

@edadesd
Copy link
Contributor

edadesd commented Jul 31, 2017

Opened PR #251 to address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants