Projects

Under Construction
Projects

GondBot


GondBot is a discord bot and personal project of mine that exists almost purely to be something I can practice python and new programming ideas on. Whether that be new packages (imagemagick or google_images_download) or just some other random idea I have, I'll generally try and implement it in this bot. The source is below and you can do whatever you want with it. I'll be documenting changes I make or cogs I add on this page. Changes will be pushed to this github.

The Github page is here: Github Link
If you would like to invite the bot to your server, the link for that is here: Invite Link

Features

  • Create a Chad meme using input from the channel
  • Post random monkey pictures
  • Generate a random emote
  • Translate text into any language
  • Run input through google translate a lot of times lol
  • Post a random gondola picture from my collection
  • ...And more!

Change Log

Update - 03/13/21: Haven't updated this page in a minute, but I have been updating GondBot off and on. The google packages for the APIs I was using for translate and image download broke aparently, so monkey and translate commands are broken :(. I did add a command that works with VirusTotal though, allowing Gondbot to scan urls and even files (but I am the only one allowed to scan files). I thought this might be a cool idea because discord file hosting leads itself to free hosting for malware, and having a bot that scans these links and files would be useful. Perhaps this cog can be used in a dedicated VirusTotal bot. Commit Link



Update - 09/19/20: Cleaned up the monkey command in the Images cog so it would do a random query each time of a list of monkeys. Before this, it just ran it with the query "awesome monkey", but now it has more, such as "cool monkey" or "monkey in tree". This gives a wider variety of monkey pictures to show up in chat.

Commit Link