2 min read
Discord Meme Bot

I created a meme generating discord bot. The ‘MAFT’ bot can send random quotes and random hot / top reddit memes.

Currently, MAFT scrapes r/dankmemes, r/memes, r/trebuchetmemes, r/prequelmemes, r/deepfriedmemes, r/nukedmemes, r/memeeconomy.

When a discord user types $meme, the bot scrapes the 100 hottest memes from each of the subreddits listed above.

$meme

$topmeme When a user types $topmeme [hour | day | week | month | year | all], the bot scrapes the 100 top memes of [time-frame] defaulted to all time if no time-frame is given.

$topmeme

The memes are cached for 30 minutes on the node server. If another meme request comes in after 30 minutes, MAFT bot will respond

Sec, finding hot memes...

And then fetch ~700 new memes : )

MAFT Bot Screenshot 1 MAFT Bot Screenshot 2 MAFT Bot Screenshot 3 MAFT Bot Screenshot 4