julian-malic / google_images_bot

Simple NodeJS Discord bot that uses google custom search engine API to search google images with a given query and reply with a random image from the search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google_images_bot

Simple NodeJS discord bot that uses google custom search engine API to search google images with a given query and reply with a random image from the search.

Registering /search command

If you want to register the /search command you must first run deploy-commands.js, now /search should appear in the discord command list.
Or you can ignore it and use whatever command mechanism you prefer.

Required Packages

https://www.npmjs.com/package/google-images
https://www.npmjs.com/package/discord.js

Video

Alt Text

About

Simple NodeJS Discord bot that uses google custom search engine API to search google images with a given query and reply with a random image from the search.


Languages

Language:JavaScript 100.0%