Scrapes images from google images, saves them to a file, and then sends them to a discord webhook with a customizable embed.
in requirements.txt, there are requirements required to install, using "pip install (requirement)"
in config.py, there is variables ready to change.
- discordWebhook = "discordWebhook"
- embedTitle = "embedTitle"
- embedFooter = "embedFooter"
- embedColor = 0x000000
- keywords = ["keyword1, keyword2, keyword3"]
Once configured, you can run the scraper by
python scraper