Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

I wrote this code.. From our exaple (Thank you) from bs4 import BeautifulSoup import requests class ScrapeOrchids: def __init__(self): self.main_url = 'http://www.orchidspecies.com/ind...
Superzaffo Web Scraping & Web Development 11 7,390 Nov-16-2019, 10:52 AM
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

Ok. No problem. I'm in no hurry. Thank you :-D
Superzaffo Web Scraping & Web Development 11 7,390 Nov-15-2019, 01:18 PM
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

Thank you Larz60+. Please, could you help me with the project? As written above, I need to search the pages for a species name, enter the link and download the photo. I'm studying python but I'm still...
Superzaffo Web Scraping & Web Development 11 7,390 Nov-15-2019, 08:10 AM
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

Sorry Larz60+ I have analized the code woth chrome but don't fond the TH tag... Why ? What you use for analyzing the web page ?
Superzaffo Web Scraping & Web Development 11 7,390 Nov-14-2019, 10:05 PM
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

Thank you to all. My project is get the image of the orchid species start from plants list. This list is in excel format (.xls) If found the image, save it in the excel file near the name of species. ...
Superzaffo Web Scraping & Web Development 11 7,390 Nov-14-2019, 08:20 PM
    Thread: Web Scraping on href text
Post: RE: Web Scraping on href text

Thank you I wrote this code: from urllib.request import urlopen from bs4 import BeautifulSoup import re html = urlopen('http://www.orchidspecies.com/indexe-ep.htm') bs = BeautifulSoup(html, 'html.par...
Superzaffo Web Scraping & Web Development 11 7,390 Nov-14-2019, 09:06 AM
    Thread: Web Scraping on href text
Post: Web Scraping on href text

Hello to all. I'm new to python but I would like to use it to do scraping on a website. I need to search for a name within the text part of an anchor and if found the string, take the href link to ope...
Superzaffo Web Scraping & Web Development 11 7,390 Nov-13-2019, 10:32 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020