openaustralia / morph

Take the hassle out of web scraping
https://morph.io
GNU Affero General Public License v3.0
462 stars 74 forks source link

Automatically set environment variable with current morph api key #845

Open mlandauer opened 9 years ago

mlandauer commented 9 years ago

This is to make it easier for one scraper to access the data from another scraper with the api. You don't actually have to embed the secret key yourself. It's just "magically" available.

Some other environment variables that we could set if they're useful:

tmtmtmtm commented 9 years ago

:+1: I'm increasingly writing scrapers that interact with each other, and sometimes forget to set this until after the first run errors.