Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Info web login
Post: RE: Info web login

I tried but I receive this error Traceback (most recent call last): File "C:\Users\hp\AppData\Local\Programs\Python\Python37-32\Prova12.py", line 9, in <module> browser.get(url) File "C...
antonio04 Web Scraping & Web Development 18 9,806 Nov-29-2018, 10:09 AM
    Thread: Info web login
Post: RE: Info web login

It still does not work. I found that in the HTML of the page there is this script that generates a token <script> var v_userId = 0; var v_userDivision = 0; var v_userToken = 'ug7bu3iv2e139...
antonio04 Web Scraping & Web Development 18 9,806 Nov-28-2018, 10:31 AM
    Thread: Info web login
Post: RE: Info web login

I already do this work through the Excel VBA here I use this instruction article = "http://dls.delonghigroup.com/index.php? ie.navigate article First I log in from the default browser and then the...
antonio04 Web Scraping & Web Development 18 9,806 Nov-27-2018, 12:29 PM
    Thread: Info web login
Post: RE: Info web login

import requests from bs4 import BeautifulSoup headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36' } p...
antonio04 Web Scraping & Web Development 18 9,806 Nov-27-2018, 12:13 PM
    Thread: Info web login
Post: RE: Info web login

This is the form to which I have to send the user and password. Which path should I follow to try to send data as a first approach <jdoc:include type="modules" name="login" style="none" /> &l...
antonio04 Web Scraping & Web Development 18 9,806 Nov-23-2018, 01:47 PM
    Thread: Info web login
Post: RE: Info web login

(Nov-22-2018, 02:13 PM)Larz60+ Wrote: see: http://docs.python-requests.org/en/maste...on-objects ok Thanks
antonio04 Web Scraping & Web Development 18 9,806 Nov-22-2018, 03:49 PM
    Thread: Info web login
Post: RE: Info web login

Ok I made this change The problem is not solved yet. They advised me to insert a request.session statement. This is to keep the session open after sending the user and password. Do you know how to use...
antonio04 Web Scraping & Web Development 18 9,806 Nov-22-2018, 10:34 AM
    Thread: Info web login
Post: RE: Info web login

I thank you, I tried to do this Unfortunately I can not show you the user and password, they are information that I can not disclose The result is the html print of the login page. It does not print ...
antonio04 Web Scraping & Web Development 18 9,806 Nov-21-2018, 11:02 AM
    Thread: Info web login
Post: RE: Info web login

I already have access data. I would like to create a script that allows me to login with Python
antonio04 Web Scraping & Web Development 18 9,806 Nov-20-2018, 08:40 PM
    Thread: Info web login
Post: Info web login

Hello everybody. Sorry for my english **cool** **cool** I'm new and I'm a beginner I have to check the articles on this website http://dls.delonghigroup.com/index.php?lang=it The site requires acc...
antonio04 Web Scraping & Web Development 18 9,806 Nov-20-2018, 03:17 PM

User Panel Messages

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