Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: error with requests
Post: RE: error with requests

(May-14-2019, 07:53 PM)snippsat Wrote: All should be string,so like this.And I did make that change.
rudolphyaber Web Scraping & Web Development 9 5,064 May-20-2019, 06:19 PM
    Thread: error with requests
Post: RE: error with requests

(May-14-2019, 07:53 PM)snippsat Wrote: All should be string,so like this.The returned html has the correct title for the page between the <title> tags and so does the ApplicationName but still...
rudolphyaber Web Scraping & Web Development 9 5,064 May-15-2019, 03:34 PM
    Thread: error with requests
Post: RE: error with requests

(May-11-2019, 08:36 AM)snippsat Wrote: Not sure without looking is all of that is send as form data. Can try this, if fail try to send all that you posted.All that the user enters into the form in t...
rudolphyaber Web Scraping & Web Development 9 5,064 May-14-2019, 07:19 PM
    Thread: error with requests
Post: RE: error with requests

(May-08-2019, 08:48 AM)snippsat Wrote: Is this form data of html on site? You have to look in Network tab of Chrome/FireFox developer tool,when you try to log in browser. Then Form Data that get sen...
rudolphyaber Web Scraping & Web Development 9 5,064 May-10-2019, 06:02 PM
    Thread: error with requests
Post: RE: error with requests

Here's a rundown of the tags/elements: <input id="inptUserId" maxlength="8" name="txt_inptUserId" onkeyup="autoSkipNN(event.which,this);" onfocus="saveFocusedControl(&quot;inptUserId&quot;...
rudolphyaber Web Scraping & Web Development 9 5,064 May-07-2019, 05:21 PM
    Thread: error with requests
Post: error with requests

Trying to login using requests but I'm getting html returned that appears to be an error page. Python: import requests with requests.Session() as c: url = "http://10.10.....html" user_name =...
rudolphyaber Web Scraping & Web Development 9 5,064 May-07-2019, 03:19 PM
    Thread: form fill & button clicks
Post: RE: form fill & button clicks BS4

[quote='Larz60+' pid='78458' dateline='1556132810'] Quote:I've tried this in the past using requests and or selenium, as I recall requests was good a filling in the forms and selenium was okay and mim...
rudolphyaber Web Scraping & Web Development 3 4,571 Apr-25-2019, 05:26 PM
    Thread: form fill & button clicks
Post: form fill & button clicks

I've tried this in the past using requests and or selenium, as I recall requests was good a filling in the forms and selenium was okay and mimicking a browser but I haven't found a good tool to do bot...
rudolphyaber Web Scraping & Web Development 3 4,571 Apr-24-2019, 04:11 PM
    Thread: page navigation & form filling
Post: page navigation & form filling

OS: Windows 7, Python 3.6 I'm needing a command prompt script that will connect to a webpage and allow the user to log into the site using their username and password, asking user for the information...
rudolphyaber Web Scraping & Web Development 0 1,638 Mar-13-2019, 06:31 PM
    Thread: webpage input module
Post: webpage input module

I need a small text based python program to open a website and allow the user to login by entering their username, password (and answer the security questions) to the site. The program needs to be abl...
rudolphyaber Web Scraping & Web Development 2 2,190 Feb-25-2019, 07:59 PM
    Thread: beautifulsoup error
Post: RE: beautifulsoup error

Thanks. Wasn't actually needing to get stocks, that was just the website that that tutorial was using to teach with.
rudolphyaber Web Scraping & Web Development 7 5,537 Feb-25-2019, 07:55 PM
    Thread: beautifulsoup error
Post: RE: beautifulsoup error

(Feb-21-2019, 07:05 PM)metulburr Wrote: They might be putting up a recaptcha. Do you get this if you just do print(soup.title)Output:<title>Bloomberg - Are you a robot?</title>I tried us...
rudolphyaber Web Scraping & Web Development 7 5,537 Feb-21-2019, 07:47 PM
    Thread: beautifulsoup error
Post: beautifulsoup error

I'm using python 3.6 on Windows 7 and I'm following the directions on this page -> https://medium.freecodecamp.org/how-to-s...46935d93fe but I continue getting errors. I'm currently getting this er...
rudolphyaber Web Scraping & Web Development 7 5,537 Feb-21-2019, 05:34 PM
    Thread: browser table value counting
Post: browser table value counting

[Image: https://photos.app.goo.gl/NbdFw1WBojn1SrcA6] Currently for work my team has to use a web application to sign in, enter our credentials, click and select all the fight links and drop down menu...
rudolphyaber Web Scraping & Web Development 0 1,806 Feb-21-2019, 03:47 PM

User Panel Messages

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