automated web with python?

C

CoolGenie

Hello,
Recently my company changed the system. It is better for the
management, but for us workers it is a nightmare. For example, we are
required to enter a huge database (nested) using a web form! Make one
mistake and you have to edit it and then use 4 mouse clicks, not
counting the time it takes to load every web page.
My question is: can Python somewhat relieve this pain? Maybe this web
browser stuff could be somewhat automated... At first check it doesn't
seem easy, since it uses authorization methods, aspx, and so on... And
we don't have access to the underlying database, only this stupid web
form.
I'll appreciate any help.
Best regards,
Przemek
 
M

MRAB

CoolGenie said:
Hello,
Recently my company changed the system. It is better for the
management, but for us workers it is a nightmare. For example, we are
required to enter a huge database (nested) using a web form! Make one
mistake and you have to edit it and then use 4 mouse clicks, not
counting the time it takes to load every web page.
My question is: can Python somewhat relieve this pain? Maybe this web
browser stuff could be somewhat automated... At first check it doesn't
seem easy, since it uses authorization methods, aspx, and so on... And
we don't have access to the underlying database, only this stupid web
form.
I'll appreciate any help.
Best regards,
Przemek

Have a look at Mechanize:

http://wwwsearch.sourceforge.net/mechanize/
 
P

P. Kaminski

Ech... The problem is that mechanize doesn't support JavaScript, and
these web forms are full of various JS functions... Maybe someone
knows a way out of this? Doesn't have to be Python...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,239
Members
46,827
Latest member
DMUK_Beginner

Latest Threads

Top