Skip to content

ingcognito/knowyourmeme-bot

Repository files navigation

KnowYourMeme Bot

A simple discord bot used to inform individuals about memes using www.knowyourmeme.com

Description

image Install this bot into any discord channel and you can invoke its command using !knowyourmeme meme_name_here

Getting Started

Dependencies

  • Python 3.9
  • Discord Token and Guild ID
  • Docker
  • Make

Installing

I loosely followed this tutorial to get the Discord bot up and running

https://realpython.com/how-to-make-a-discord-bot-python/

image Go here and copy the Discord Token

Install all of the python dependencies using

pip3 install -r requirements.txt

Executing program

I've created a Makefile to spin up the bot in one command. Once you have updated the .env with the correct credentials you can utilize

make

To display all of the possible commands

make develop

Will run it locally on your machine

make runtime

Will compile it into a Docker container

Acknowledgments

Inspiration, code snippets, etc.

About

Discord Bot written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published