Coder Social home page Coder Social logo

webscrapingwp's Introduction

Web Scraping With Python

《用Python学习网络爬虫》学习记录

# 使用detectem
docker pull scrapinghub/splash
pip install detectem
$ det http://example.python-scraping.com
# output
[('juuery','1.11.0')]
docker pull wappalyzer/cli
docker run wappalyzer/cli http://example.python-scraping.com
docker run wappalyzer/cli http://example.python-scraping.com

输出

{
    "urls": [
        "http://example.python-scraping.com/"
    ],
    "applications": [
        {
            "name": "Modernizr",
            "confidence": "100",
            "version": "2.7.1",
            "icon": "Modernizr.svg",
            "website": "https://modernizr.com",
            "categories": [
                {
                    "12": "JavaScript Frameworks"
                }
            ]
        },
        {
            "name": "Nginx",
            "confidence": "100",
            "version": "1.12.2",
            "icon": "Nginx.svg",
            "website": "http://nginx.org/en",
            "categories": [
                {
                    "22": "Web Servers"
                }
            ]
        },
        {
            "name": "Bootstrap",
            "confidence": "100",
            "version": "",
            "icon": "Bootstrap.svg",
            "website": "https://getbootstrap.com",
            "categories": [
                {
                    "18": "Web Frameworks"
                }
            ]
        },
        {
            "name": "Web2py",
            "confidence": "100",
            "version": "",
            "icon": "Web2py.png",
            "website": "http://web2py.com",
            "categories": [
                {
                    "18": "Web Frameworks"
                }
            ]
        },
        {
            "name": "jQuery",
            "confidence": "100",
            "version": "1.11.0",
            "icon": "jQuery.svg",
            "website": "https://jquery.com",
            "categories": [
                {
                    "12": "JavaScript Frameworks"
                }
            ]
        },
        {
            "name": "Python",
            "confidence": "0",
            "version": "",
            "icon": "Python.png",
            "website": "http://python.org",
            "categories": [
                {
                    "27": "Programming Languages"
                }
            ]
        }
    ],
    "meta": {
        "language": "en"
    }
}

webscrapingwp's People

Contributors

zhou-yi-git avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.