Skip to content

Instantly share code, notes, and snippets.

@acrogenesis
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acrogenesis/8774369 to your computer and use it in GitHub Desktop.
Save acrogenesis/8774369 to your computer and use it in GitHub Desktop.
How to bypass api restrictions
#!/bin/bash
cd /home/user/pathto/weatherapi
wget -O http://api.wunderground.com/api/heregoeskey/forecast/lang:SP/q/Mexico/Monterrey.json
vim getWeather.sh
0 * * * * /home/user/pathto/weatherapi/getWeather.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment