Uso de mechanize para interactuar con aplicaciones web de forma programatica.
editInputHidden.py: https://github.com/Adastra-thw/pyHacks/blob/master/editInputHidden.py
mechanizeCookieJar.py: https://github.com/Adastra-thw/pyHacks/blob/master/mechanizeCookieJar.py
ProxySupportExamples.py: https://github.com/Adastra-thw/pyHacks/blob/master/ProxySupportExamples.py
Repositorio GIT de la serie:
https://github.com/Adastra-thw/pyHacks.git
Estoy haciendo algo para ingresar a facebook pero me da error
mechanize._response.httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt
que podria ser?
Me gustaMe gusta
solo camia esto br.opem(‘http://www.facebook.com/login.php?login_attempt=1’)
Me gustaMe gusta
no logro hacerlo, la pagina que intento interactuar esta echo con javascript los formularios. me sale no se encuentra formularios. en mechanize
Me gustaMe gusta
Mechanize no soporta Javascript. Para ello te recomiendo utilizar Selenium.
Un saludo.
Me gustaMe gusta