推荐学习书目
› Learn Python the Hard Way
Python Sites
› PyPI - Python Package Index
› http://diveintopython.org/toc/index.html
› Pocoo
值得关注的项目
› PyPy
› Celery
› Jinja2
› Read the Docs
› gevent
› pyenv
› virtualenv
› Stackless Python
› Beautiful Soup
› 结巴中文分词
› Green Unicorn
› Sentry
› Shovel
› Pyflakes
› pytest
Python 编程
› pep8 Checker
Styles
› PEP 8
› Google Python Style Guide
› Code Style from The Hitchhiker's Guide
tony0413
V2EX  ›  Python

Python 抓数据,碰到了 activeX

  •  
  •   tony0413 · Apr 8, 2018 · 5637 views
    This topic created in 3094 days ago, the information mentioned may be changed or developed.

    打算抓一个系统的数据,但是这个系统只能在 ie 下访问,且浏览器中还有 activeX。像这种情况,python 能搞定吗?

    10 replies  •  2018-04-10 11:49:36 +08:00
    scriptB0y
        1
    scriptB0y  
       Apr 8, 2018
    tony0413
        2
    tony0413  
    OP
       Apr 8, 2018
    @scriptB0y 打开之后呢,在 python 里边还能抓数据吗?
    manzhiyong
        3
    manzhiyong  
       Apr 8, 2018
    ahk 了解一下
    codelover2016
        4
    codelover2016  
       Apr 8, 2018
    没什么不能抓的,看一下网络请求看参数,他们这样的技术反爬虫肯定也是 0....
    tony0413
        5
    tony0413  
    OP
       Apr 8, 2018   ❤️ 1
    @codelover2016 我这个情况比较复杂,首先是通过短信动态验证码先通过验证,然后会启动 vpn 插件调用本地的 vpn 客户端连接 vpn 进入到另一个网络里边,然后再抓数据。能实现吗?
    qsnow6
        6
    qsnow6  
       Apr 8, 2018
    和语言无关,HTTP 协议范畴的东西,抓包分析一下就可以了
    codelover2016
        7
    codelover2016  
       Apr 8, 2018
    @tony0413 VPN 那一块其实不是你的爬虫要关心的事情,而是你是运行环境,你就假设 VPN 都好了去写爬虫就完事...
    tony0413
        8
    tony0413  
    OP
       Apr 8, 2018
    @codelover2016 现在就是要解决 vpn 的问题,如果 vpn 好了,抓数据就不会有太大问题了
    wdk23411
        9
    wdk23411  
       Apr 10, 2018
    你不会是想用 python 把 vpn 的问题一并解决了吧……
    tony0413
        10
    tony0413  
    OP
       Apr 10, 2018
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2827 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 13:52 · PVG 21:52 · LAX 06:52 · JFK 09:52
    ♥ Do have faith in what you're doing.