Re: Software for collecting email addresses
On Wed, Feb 20, 2008 at 10:21:55PM +0000, Andrius wrote:
> Douglas A. Tutty wrote:
> >On Wed, Feb 20, 2008 at 08:19:24PM +0000, Andrius wrote:
> >>what software to use for collecting of email addresses from particular
> >>sites?
> >What do you mean?
> >
>
> There is website with over hundred email addresses that should be
> collected and written to vcards or alias addresses.
Well, websites are in html
html is a text markup.
write a script looking for words (series of chars without whitespace)
containing "@"
you can probably use standard unix tools to do it.
Doug.
Reply to: