Closed jodth07 closed 5 years ago
Do we have to specifically use OMDB API?
Sorry, actually you have to use TMDB. The reason for this is that it's already in use in the bot, and we have a token for it set up.
See https://github.com/python-discord/seasonalbot/blob/master/bot/seasons/halloween/scarymovie.py for an example of a similar feature using TMDB.
Working on it !
Netfilx and chill, or just look up some old or new romantic movies to spend sometime with the one (or a one). But why spend the time to choose a movie, when you can have a bot choose it for you, and maybe enjoy that movie then chill?
For this bot command, you will pick a random romantic movie from the OMDB database. and provide some information about it to the requester. (could be you too, you never know).
Implementation details
Additional information
Provide any additional information or clarifications here.
you can check out Random scary movie generator #9 for ideas on how to go about it, if you would like some help.