Skip to content

Discord bot that will get images based on the search keyword from google and display a random one to the user

Notifications You must be signed in to change notification settings

angelaaaateng/image_bot

 
 

Repository files navigation

Simple discord bot

This bot has only 3 commands available

General commands:

  • /help - displays all the available commands
  • /clear amount - will delete the past messages with the amount specified

Image commands:

  • /search - will change the search to the keyword
  • /get - will get the image based on the current search

Music commands:

  • /p - finds the song on youtube and plays it in your current channel
  • /q - displays the current music queue
  • /skip - skips the current song being played

install with docker

If you have docker then you can run the following command and it will automatically pull the image and then run it docker run -e TOKEN=your_token_here -d pabolo02345/discord_bot

bot.py

Responsible for handling all the discord API stuff

need to install the following libraries

pip install discord.py[voice] pip install youtube_dl

to install google_images_download (download the feature branch with the fix)

git clone https://github.com/Joeclinton1/google-images-download.git cd google-images-download && python setup.py install

About

Discord bot that will get images based on the search keyword from google and display a random one to the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Dockerfile 3.5%