Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Looping/Scheduling webelement select
Post: Looping/Scheduling webelement select

Hi guys, I am wanting help with either turning this below code into either a For statement so I can ultimately create a loop for hourly or scheduling the below code to schedule it every hour: from s...
Dredd Web Scraping & Web Development 1 1,765 May-22-2021, 01:58 AM
    Thread: Extracting the Address tag from multiple HTML files using BeautifulSoup
Post: RE: Extracting the Address tag from multiple HTML ...

(Jan-25-2021, 06:52 AM)buran Wrote: (Jan-24-2021, 11:26 PM)Dredd Wrote: The method is returning 6x of the titles and only 1x address.I don't see how it will return 6 titles and one address, but an...
Dredd Web Scraping & Web Development 8 4,881 Jan-25-2021, 12:16 PM
    Thread: Extracting the Address tag from multiple HTML files using BeautifulSoup
Post: RE: Extracting the Address tag from multiple HTML ...

(Jan-24-2021, 11:49 PM)snippsat Wrote: Quick test,see if this helps. import requests from bs4 import BeautifulSoup url = 'https://toddle.com.au/centres/tobeme-early-learning-five-dock' response = r...
Dredd Web Scraping & Web Development 8 4,881 Jan-25-2021, 01:47 AM
    Thread: Extracting the Address tag from multiple HTML files using BeautifulSoup
Post: RE: Extracting the Address tag from multiple HTML ...

(Jan-24-2021, 10:16 AM)buran Wrote: I didn't look at your code into depth. Now I see see it's a bit weird. You iterate over bunch of files, to read first title in separate list, then again to read a...
Dredd Web Scraping & Web Development 8 4,881 Jan-24-2021, 11:26 PM
    Thread: Extracting the Address tag from multiple HTML files using BeautifulSoup
Post: RE: Extracting the Address tag from multiple HTML ...

(Jan-24-2021, 06:35 AM)buran Wrote: we are not able to run your code, but soup.find_all will return list and list has no string attribute. You need to iterate over the list and append string attribu...
Dredd Web Scraping & Web Development 8 4,881 Jan-24-2021, 09:30 AM
  Smile Thread: Extracting the Address tag from multiple HTML files using BeautifulSoup
Post: Extracting the Address tag from multiple HTML file...

Hi All, The below code works exactly how I want it to work for 'title' but just not working at all for 'address'. path = "C:\\Users\\mpeter\\Downloads\\lksd\\" titleList = [] for infile in glob.gl...
Dredd Web Scraping & Web Development 8 4,881 Jan-24-2021, 03:40 AM

User Panel Messages

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