Was this code a complete waste of my time?
On Wed, Apr 15, 2009 at 1:09 AM, Brian wrote:
> On Ubuntu:
>
> sudo apt-get install python-pyrss2gen python-beautifulsoup # download
> ScrapeNFeed
>
> Python:
> Not sure what's wrong with this but it's most of the code you'll need:
> ---
> from
On Ubuntu:
sudo apt-get install python-pyrss2gen python-beautifulsoup # download
ScrapeNFeed
Python:
Not sure what's wrong with this but it's most of the code you'll need:
---
from urllib import urlopen
from BeautifulSoup import BeautifulSoup
from PyRSS2Gen import RSSItem, Guid
import Scr
Hello list!
I am a Python Beginner. I thought a good beginning project would be to
use the Portable Python environment http://www.portablepython.com/ with
Beautiful Soup http://www.crummy.com/software/BeautifulSoup/ and Scrape
'N' Feed http://www.crummy.com/software/ScrapeNFeed/ to create and