python-discord / sir-lancebot

A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
MIT License
244 stars 240 forks source link

[Feature request] Random romance movie generator #109

Closed jodth07 closed 5 years ago

jodth07 commented 5 years ago

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. image

you can check out Random scary movie generator #9 for ideas on how to go about it, if you would like some help.

abdullahoday710 commented 5 years ago

Do we have to specifically use OMDB API?

lemonsaurus commented 5 years ago

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.

abdullahoday710 commented 5 years ago

Working on it !