I try to program a name generator script for various sample data entry jobs. What I need to do is the following:
- Access the Google Maps Api and give me a random adress (in a specific city if possible)
- Return Street and Zip Code (and City (see above))
Is that possible in Powershell? I was thinking about using the IE ComObj and just parse the dom of Google Maps but that seems so wasteful.
Any help would be great! Thanks :)