A rewrite of my previous bot reuploads with better techniques & practices, along with a more fitting name.
This bot is made for practically only myself, but feel free to reuse the code as you see fit, I've hopefully made it easier for you to take what you want/need.
Now the bot has easy ways to implement new commands with the cogs & extensions system, making it basically plug and play.
TODO: Implement downloading gifs with https://developers.google.com/tenor/guides/quickstart / https://tenor.com/gifapi/documentation so downloading gifs isn't so terrible.
HTTPX discord.py feedparser py-mine
(note, do this all in a "virtual environment" otherwise known as a venv.)
The official Discord.py Docs and their discord server.
A very helpful Gist made by the user AbstractUmbra, also found here
The python docs for help on JSON
Feedparser for the RSS feed help
py-mine for the amazing MC status software.
A very helpful example bot, for viewing the basic file structure here to make sense of it all.