Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't get elements by class on this website
Post: RE: Can't get elements by class on this website

(Mar-09-2021, 07:08 PM)Fre3k Wrote: (Mar-09-2021, 04:24 PM)Cknutson575 Wrote: Can you explain what you did on line 17 and why you choose to parse by lxml for your soup? Thanks so much! CK I would...
Cknutson575 Web Scraping & Web Development 5 3,188 Mar-10-2021, 07:16 AM
    Thread: Can't get elements by class on this website
Post: RE: Can't get elements by class on this website

Can you explain what you did on line 17 and why you choose to parse by lxml for your soup? Thanks so much! CK
Cknutson575 Web Scraping & Web Development 5 3,188 Mar-09-2021, 04:24 PM
    Thread: Can't get elements by class on this website
Post: Can't get elements by class on this website

Hi Everyone, I have been trying to scrap this website and I run into some NoneType errors that I'm having a really hard time figuring out the root cause of the error. Here is my code: import reque...
Cknutson575 Web Scraping & Web Development 5 3,188 Mar-09-2021, 08:26 AM
    Thread: Question on HTML formatting with set string in message
Post: RE: Question on HTML formatting with set string in...

Thanks guys!
Cknutson575 General Coding Help 3 3,464 Mar-09-2021, 08:11 AM
    Thread: Question on HTML formatting with set string in message
Post: Question on HTML formatting with set string in mes...

Hi guys, I am wondering if anyone can help me format this email so that I just get a bolded: Here are the new jobs from Tethers Unlimited: and then the remaining jobs that populate the email are plai...
Cknutson575 General Coding Help 3 3,464 Mar-08-2021, 06:59 AM
    Thread: Adding a list to Python Emailing Script
Post: RE: Adding a list to Python Emailing Script

(Feb-17-2021, 09:39 AM)buran Wrote: def send_email(jobs): import smtplib, ssl port = 465 password = input("Type your password and press enter: ") sender_email = "ckdevelopment4469@...
Cknutson575 General Coding Help 4 2,303 Feb-18-2021, 07:45 AM
    Thread: Adding a list to Python Emailing Script
Post: RE: Adding a list to Python Emailing Script

Main Code: import time from selenium import webdriver from send_email import send_email # Chromes web driver is installed on your PATH so it can be accessed like this without pathing. url = "http://...
Cknutson575 General Coding Help 4 2,303 Feb-17-2021, 03:54 AM
    Thread: Adding a list to Python Emailing Script
Post: Adding a list to Python Emailing Script

Hi, I'm having a bit of trouble getting information into an automatic email that I'm having python send for me. To start I have selenium webscrape this site for job posts then package that into a li...
Cknutson575 General Coding Help 4 2,303 Feb-17-2021, 03:52 AM

User Panel Messages

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