V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2018-04-08 15:51:55 +08:00 · 4337 次点击
    这是一个创建于 2201 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    10 条回复    2018-04-10 11:49:36 +08:00
    scriptB0y
        1
    scriptB0y  
       2018-04-08 16:32:17 +08:00
    tony0413
        2
    tony0413  
    OP
       2018-04-08 16:42:58 +08:00
    @scriptB0y 打开之后呢,在 python 里边还能抓数据吗?
    manzhiyong
        3
    manzhiyong  
       2018-04-08 16:43:21 +08:00
    ahk 了解一下
    codelover2016
        4
    codelover2016  
       2018-04-08 16:46:58 +08:00
    没什么不能抓的,看一下网络请求看参数,他们这样的技术反爬虫肯定也是 0....
    tony0413
        5
    tony0413  
    OP
       2018-04-08 16:55:50 +08:00   ❤️ 1
    @codelover2016 我这个情况比较复杂,首先是通过短信动态验证码先通过验证,然后会启动 vpn 插件调用本地的 vpn 客户端连接 vpn 进入到另一个网络里边,然后再抓数据。能实现吗?
    qsnow6
        6
    qsnow6  
       2018-04-08 16:56:53 +08:00
    和语言无关,HTTP 协议范畴的东西,抓包分析一下就可以了
    codelover2016
        7
    codelover2016  
       2018-04-08 16:59:27 +08:00
    @tony0413 VPN 那一块其实不是你的爬虫要关心的事情,而是你是运行环境,你就假设 VPN 都好了去写爬虫就完事...
    tony0413
        8
    tony0413  
    OP
       2018-04-08 17:10:10 +08:00
    @codelover2016 现在就是要解决 vpn 的问题,如果 vpn 好了,抓数据就不会有太大问题了
    wdk23411
        9
    wdk23411  
       2018-04-10 09:12:59 +08:00
    你不会是想用 python 把 vpn 的问题一并解决了吧……
    tony0413
        10
    tony0413  
    OP
       2018-04-10 11:49:36 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5653 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 06:32 · PVG 14:32 · LAX 23:32 · JFK 02:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.