Any Python alternatives to Selenium for programmatically logging into websites that require JavaScript for login?

后端 未结 6 1079
囚心锁ツ
囚心锁ツ 2020-12-28 18:06

I’m writing a little private app to automatically log into my internet banking every day, and download the latest transactions. I’m writing it as a Django app, so I’m workin

6条回答
  •  死守一世寂寞
    2020-12-28 18:30

    You can use Pywebkitgtk. There is a nice tutorial here.

    Alternatively, you can use Beautiful Soup to get the page contents and something like python-spidermonkey to run the scripts.

提交回复
热议问题