However, because so much money is being spent on a public
relations firm, your managers don??™t want to spend additional money on a ???press clipping???
service. A press clipping service would monitor how well the public relations firm is
doing by searching newspapers for stories, typically called clippings, about your firm.
Your boss hopes you can do something similar and create a report that details how
many times in a day your company is mentioned in the press. Fortunately, it??™s easy to do
this with Google News. You??™ve decided to implement two programs to produce this
report: a Ruby script that loads the Google News news reports into a database and a Rails
application that performs the actual reporting.
Loading the Data
As noted, you??™ll use FeedTools to help load the data into a database. Install FeedTools
using the following command:
gem install -y feedtools
Need to update xx gems from http://gems.rubyforge.org
....................
complete
Successfully installed feedtools-x.y.zz
Installing ri documentation for feedtools-x.
Pages:
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311