คำถามติดแท็ก webautomation

7
ฉันจะเข้าสู่เว็บไซต์ด้วย Python ได้อย่างไร?
ฉันจะทำมันได้อย่างไร? ฉันพยายามป้อนลิงค์ที่ระบุ (พร้อม urllib) แต่ในการทำฉันต้องเข้าสู่ระบบ ฉันมีแหล่งข้อมูลนี้จากเว็บไซต์: <form id="login-form" action="auth/login" method="post"> <div> <!--label for="rememberme">Remember me</label><input type="checkbox" class="remember" checked="checked" name="remember me" /--> <label for="email" id="email-label" class="no-js">Email</label> <input id="email-email" type="text" name="handle" value="" autocomplete="off" /> <label for="combination" id="combo-label" class="no-js">Combination</label> <input id="password-clear" type="text" value="Combination" autocomplete="off" /> <input id="password-password" type="password" name="password" value="" autocomplete="off" /> <input id="sumbitLogin" …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.