snoonetIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
67 stars 52 forks source link

.imdb returns "Unknown error" when used #63

Closed duckspike closed 7 years ago

duckspike commented 7 years ago

Opening on behalf of ragazor:

Usage of the .imdb command returns "Unknown error" every time. This appears to be because the data source, OMDBAPI, is private and requires an API key for use. I don't see any reference to an API key in the source code.

http://www.omdbapi.com/ https://github.com/snoonetIRC/CloudBot/blob/gonzobot/plugins/imdb.py

flotwig commented 7 years ago

It looks like omdbapi is charging for API tokens now. I couldn't find another API that provides the level of detail we need.