Scraping sites that require login with Python

前端 未结 3 2378
眼角桃花
眼角桃花 2021-02-06 06:46

I use several ad networks for my sites, and to see how much money I made I need to log in to each daily to add up the values. I was thinking of making a Python script that would

3条回答
  •  执念已碎
    2021-02-06 07:17

    See if this work for you:

    http://stockrt.github.com/p/emulating-a-browser-in-python-with-mechanize/

提交回复
热议问题