Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56746 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2013-10-12 16:53 +0100 |
| Last post | 2013-10-12 16:53 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: web scraping Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-12 16:53 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-10-12 16:53 +0100 |
| Subject | Re: web scraping |
| Message-ID | <mailman.1040.1381593226.18130.python-list@python.org> |
On 12/10/2013 15:12, Ronald Routt wrote: > I am new to programming and trying to figure out python. > > I am trying to learn which tools and tutorials I need to use along with some good beginner tutorials in scraping the the web. The end result I am trying to come up with is scraping auto dealership sites for the following: > > 1.Name of dealership > 2. State where dealership is located > 3. Name of Owner, President or General Manager > 4. Email address of number 3 above > 5. Phone number of dealership > > Note: Many times the Owner, President or General Manager and their email address is under a tab on the website such as "Meet our team" or "Support". Sometimes this information is not available on the website. > > I sure would appreciate any help I can get to get me on the right track. From what I have read so far, believe I have to use urllib but know nothing about how to us it.. > > Thanks > ronroutt@gmail.com > Take a look at this http://www.crummy.com/software/BeautifulSoup/ -- Roses are red, Violets are blue, Most poems rhyme, But this one doesn't. Mark Lawrence
Back to top | Article view | comp.lang.python
csiph-web