Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to import data to excel
Post: RE: How to import data to excel

Hi Snippsat, The code works great. I have another small question. The site connected investors has thousands of members going by URL's like this url = 'https://connectedinvestors.com/member/jonathan-k...
jkessous General Coding Help 4 2,945 Jan-25-2020, 07:45 PM
    Thread: How to import data to excel
Post: How to import data to excel

hi Guys, I have been working on a script that does parsing to a website (thanks to snippsat). I am trying to import the data that is recieved to excel. I know pandas is a strong tool but have no clue...
jkessous General Coding Help 4 2,945 Jan-23-2020, 09:37 AM
    Thread: Need some help with parsing
Post: RE: Need some help with parsing

Anyone can assist with the recursive part? thanks alot Hey Snippsat, Sorry i missed your response. I tried to run the following code but the excel comes empty. i assume i am running it wrong. from r...
jkessous Web Scraping & Web Development 11 5,349 Jan-21-2020, 05:48 PM
    Thread: Need some help with parsing
Post: RE: Need some help with parsing

Thanks snippsat, I really appreciate it. as i have like 400 pages to run this script on. https://connectedinvestors.com/member/jonathan-kessous/friends/2 https://connectedinvestors.com/member/jonathan...
jkessous Web Scraping & Web Development 11 5,349 Jan-20-2020, 06:40 PM
    Thread: Need some help with parsing
Post: RE: Need some help with parsing

Hi, Running this code gets me the list of friends i have on that specific page. from requests import Session from bs4 import BeautifulSoup as bs with Session() as s: site = s.get("https://conne...
jkessous Web Scraping & Web Development 11 5,349 Jan-20-2020, 12:48 PM
    Thread: Need some help with parsing
Post: RE: Need some help with parsing

Thanks snippsat i manage to get the name but had issue with pulling the img got this AttributeError: 'NoneType' object has no attribute 'attrs' How do i run it recursively as currently it is only pu...
jkessous Web Scraping & Web Development 11 5,349 Jan-19-2020, 10:51 PM
    Thread: Need some help with parsing
Post: RE: Need some help with parsing

hi thanks for the prompt answer guys, basically in each page "https://connectedinvestors.com/friends-list" (there are plenty of them like this https://connectedinvestors.com/member/jo.../friends/2) i ...
jkessous Web Scraping & Web Development 11 5,349 Jan-19-2020, 09:45 PM
    Thread: Need some help with parsing
Post: Need some help with parsing

Hi Everyone, First of all thanks for the assistance. I am a noob i python and need assistance with some website parsing. The website requires a login which i managed to do and managed to print the pag...
jkessous Web Scraping & Web Development 11 5,349 Jan-19-2020, 07:34 PM

User Panel Messages

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