Python Forum
I wan't to Download all .zip Files From A Website (Project AI)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I wan't to Download all .zip Files From A Website (Project AI)
#49
You already know that DeaD_EyE's code needs to be modified before it will work.
Don't try to bite off more than you can chew. Concentrate of getting his code to log in.
Once you've done that move forward. You need to learn that to be successful at coding you write code that does one thing, get that to work, then add another until you are there.
There is an alternative, and a valid one. If you don't want to do it yourself, post it in the jobs section. You may find someone that wants to do it all for a small fee.

I may take another look at this in a few days. I just had surgery this morning, and not able, or willing at this point, to work on this any more.

Get the password code to work, read the error tracebacks:
Error:
File "C:/Users/Edward/Desktop/Python 3.7/Combined Code.py", line 13, in do_login req = session.post(BASE_URL + LOGIN_PAGE, params={'do': 'login'}, data=credentials) NameError: name 'LOGIN_PAGE' is not defined
is telling you it couldn't find 'LOGIN PAGE' go to the login page, and in your browser:

if firefox, click on Tools --> Web Developer --> Page Source.
You can save the file and then examine in your favorite editor.
Find out what it is expecting for login, and modify the code to do what's required.

If unfamiliar with HTML, take a basic tutorial (W3 schools is good) and learn what you have to know, but just searching will probably get you what you want.
Reply


Messages In This Thread
RE: I wan't to Download all .zip Files From A Website (Project AI) - by Larz60+ - Aug-29-2018, 11:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Website scrapping and download santoshrane 3 4,507 Apr-14-2021, 07:22 AM
Last Post: kashcode
  Login and download an exported csv file within a ribbon/button in a website Alekhya 0 2,774 Feb-26-2021, 04:15 PM
Last Post: Alekhya
  Cant Download Images from Unsplash Website firaki12345 1 2,389 Feb-08-2021, 04:15 PM
Last Post: buran
  Download some JPG files and make it a single PDF & share it rompdeck 5 5,862 Jul-31-2020, 01:15 AM
Last Post: Larz60+
  download pdf file from website m_annur2001 1 3,097 Jun-21-2019, 05:03 AM
Last Post: j.crater
  Access my webpage and download files from Python Pedroski55 7 5,873 May-26-2019, 12:08 PM
Last Post: snippsat
  Download all secret links from a map design website fyec 0 2,939 Jul-24-2018, 09:08 PM
Last Post: fyec
  I Want To Download Many Files Of Same File Extension With Either Wget Or Python, eddywinch82 15 14,970 May-20-2018, 06:05 PM
Last Post: eddywinch82

Forum Jump:

User Panel Messages

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