I need to scrape news announcements from this website, Link. The announcements seem to be generated dynamically. They dont appear in the source. I usually use mechanize but
If the content is generated dynamically, you can use Windmill or Seleninum to drive the browser and get the data once it's been rendered.
Windmill
Seleninum
You can find an example here.