Skip to content

Scrapes images from google images, saves them to a file, and then sends them to a discord webhook with a customizable embed.

Notifications You must be signed in to change notification settings

visions4k/image-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Scraper

Scrapes images from google images, saves them to a file, and then sends them to a discord webhook with a customizable embed.

How to configure

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"]

How to start

Once configured, you can run the scraper by

python scraper

About

Scrapes images from google images, saves them to a file, and then sends them to a discord webhook with a customizable embed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages