RikiBorders / Goose

A responsive multi-purpose Discord Bot
0 stars 0 forks source link

[Feature] Memes #13

Closed RikiBorders closed 11 months ago

RikiBorders commented 1 year ago

Would be cool to have a meme feature. Since we have a database, we can pull a couple hundred meme image links and save them in the database and return them at random when requested by the bot. To set a limit on how many memes the bot could send, maybe do a check in the code to see if the api response is over a certain limit, say 900, then we could just clear the database and fetch a fresh batch of another 900 memes.

Keep this modularized and build it in its own file. Call it Meme Engine or something lol. Somewhere down the line this could be used as a public api or some sort of open source project.

RikiBorders commented 11 months ago

This was implemented using requests to query meme sub reddits. Funny looking back and seeing the craziness that was the idea of saving a ton of memes LOL