• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H27-Jul-2006-11974

t/H27-Jul-2006-5116

MANIFESTH A D27-Jul-2006119 87

Makefile.PLH A D27-Jul-2006362 1310

News.pmH A D27-Jul-200611.2 KiB439234

READMEH A D27-Jul-20061 KiB5533

README

1WWW::Google::News
2=================
3
4This is a simple screen scraper for Google's News service. It has
5an example RSS feed publisher as an example.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16TODO
17
18- make regex more robust
19- merge with other existing Google scraper codebases
20
21HISTORY / AUTHORS
22
23v0.11
24
25+ update regexes for new html layout
26
27v0.10
28
29+ add OO search interface
30
31v0.09
32
33+ update regexes for new html layout
34+ fix sample script for get_news_for_topic()
35+ add summary property to get_news_for_topic()
36+ clean up output from get_news_for_topic()
37
38v0.05
39
40+ Bowen Dwelle added get_news_for_topic()
41+ get_news() and get_news_greg_style() should be considered deprecated,
42since they don't really do anything interesting.
43
44v0.04
45
46+ The original author is Greg McCarroll.
47
48COPYRIGHT AND LICENSE
49
50Please report any bugs/suggestions to Bowen Dwelle <bowen@dwelle.org>
51
52This program is free software; you can redistribute it and/or modify it under
53the same terms as Perl itself.
54
55