-1

I want to make a program that searches google periodically for images relating to or containing highly specific text and images, downloads them, and outputs them with the right trigger for Windows, Linux and Mac

Less vaguely, I'm trying to make a mod that matches and downloads online fan-art for Dwarf fortress with the detailed description that inspired it. Take these drawings. There are many more like them, and they usually correspond to the original text the game generated, such as

"A towering scaly warthog. It has two long, hanging tails and it has a bloated body. Its dark indigo scales are oval-shaped and set far apart. Beware its poisonous gas! Bora was associated with water, torture and caverns."

Tools exist that monitor the games output, so that's easily done. I need advice on automatically searching, downloading and outputting images.

1 Answer 1

0

if you have a javascript background you can build a web crawler with nodejs + phantomjs. it is actually very easy if you are into programming.

if you don't want to code have a look at iMacros for Chrome, you can automate tasks with your browser

1
  • I need a simple web scraper. Thanks, now i know the language to use. Commented Aug 23, 2015 at 18:38

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .