wget \
  --header="X-PachubeApiKey: REPLACE_WITH_YOUR_API_KEY" \
  --header="X-Http-Method-Override: put" \
  --post-data "REPLACE_WITH_YOUR_DATA" \
  "http://pachube.com/api/REPLACE_WITH_YOUR_FEED_ID.csv"


