builtwith


Namebuiltwith JSON
Version 1.3.4 PyPI version JSON
download
home_pagehttps://github.com/richardpenman/builtwith
SummaryDetect the technology used by a website, such as Apache, JQuery, and Wordpress.
upload_time2020-06-17 15:49:18
maintainer
docs_urlNone
authorRichard Penman
requires_python
licenselgpl
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
Reverse Engineer
================

Detect the technology used by a website, such as Apache, JQuery, and Wordpress.
Here is some example usage: 

.. sourcecode:: python

    >>> builtwith('http://wordpress.com') 
    {u'blogs': [u'PHP', u'WordPress'], u'font-scripts': [u'Google Font API'], u'web-servers': [u'Nginx'], u'javascript-frameworks': [u'Modernizr'], u'programming-languages': [u'PHP'], u'cms': [u'WordPress']}
    >>> builtwith('http://webscraping.com') 
    {u'javascript-frameworks': [u'jQuery', u'Modernizr'], u'web-frameworks': [u'Twitter Bootstrap'], u'web-servers': [u'Nginx']}
    >>> builtwith('http://microsoft.com') 
    {u'javascript-frameworks': [u'jQuery'], u'mobile-frameworks': [u'jQuery Mobile'], u'operating-systems': [u'Windows Server'], u'web-servers': [u'IIS']}
    >>> builtwith('http://jquery.com') 
    {u'cdn': [u'CloudFlare'], u'web-servers': [u'Nginx'], u'javascript-frameworks': [u'jQuery', u'Modernizr'], u'programming-languages': [u'PHP'], u'cms': [u'WordPress'], u'blogs': [u'PHP', u'WordPress']}
    >>> builtwith('http://joomla.org') 
    {u'font-scripts': [u'Google Font API'], u'miscellaneous': [u'Gravatar'], u'web-servers': [u'LiteSpeed'], u'javascript-frameworks': [u'jQuery'], u'programming-languages': [u'PHP'], u'web-frameworks': [u'Twitter Bootstrap'], u'cms': [u'Joomla'], u'video-players': [u'YouTube']}


=======
Install
=======

.. sourcecode:: bash

    pip install builtwith
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/richardpenman/builtwith",
    "name": "builtwith",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Penman",
    "author_email": "richard.penman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/2d/74516237b5515980fc9153f0a119e39fb8b7bbcb11d23525a75d28610785/builtwith-1.3.4.tar.gz",
    "platform": "",
    "description": "================\nReverse Engineer\n================\n\nDetect the technology used by a website, such as Apache, JQuery, and Wordpress.\nHere is some example usage: \n\n.. sourcecode:: python\n\n    >>> builtwith('http://wordpress.com') \n    {u'blogs': [u'PHP', u'WordPress'], u'font-scripts': [u'Google Font API'], u'web-servers': [u'Nginx'], u'javascript-frameworks': [u'Modernizr'], u'programming-languages': [u'PHP'], u'cms': [u'WordPress']}\n    >>> builtwith('http://webscraping.com') \n    {u'javascript-frameworks': [u'jQuery', u'Modernizr'], u'web-frameworks': [u'Twitter Bootstrap'], u'web-servers': [u'Nginx']}\n    >>> builtwith('http://microsoft.com') \n    {u'javascript-frameworks': [u'jQuery'], u'mobile-frameworks': [u'jQuery Mobile'], u'operating-systems': [u'Windows Server'], u'web-servers': [u'IIS']}\n    >>> builtwith('http://jquery.com') \n    {u'cdn': [u'CloudFlare'], u'web-servers': [u'Nginx'], u'javascript-frameworks': [u'jQuery', u'Modernizr'], u'programming-languages': [u'PHP'], u'cms': [u'WordPress'], u'blogs': [u'PHP', u'WordPress']}\n    >>> builtwith('http://joomla.org') \n    {u'font-scripts': [u'Google Font API'], u'miscellaneous': [u'Gravatar'], u'web-servers': [u'LiteSpeed'], u'javascript-frameworks': [u'jQuery'], u'programming-languages': [u'PHP'], u'web-frameworks': [u'Twitter Bootstrap'], u'cms': [u'Joomla'], u'video-players': [u'YouTube']}\n\n\n=======\nInstall\n=======\n\n.. sourcecode:: bash\n\n    pip install builtwith",
    "bugtrack_url": null,
    "license": "lgpl",
    "summary": "Detect the technology used by a website, such as Apache, JQuery, and Wordpress.",
    "version": "1.3.4",
    "project_urls": {
        "Homepage": "https://github.com/richardpenman/builtwith"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc2d74516237b5515980fc9153f0a119e39fb8b7bbcb11d23525a75d28610785",
                "md5": "c65f42d82f27d99e54fbdabdcd4d5fee",
                "sha256": "5bd6810791ccd4dab531d8e00fdb2ee4079acf3b69408d98863c8217c55d703c"
            },
            "downloads": -1,
            "filename": "builtwith-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c65f42d82f27d99e54fbdabdcd4d5fee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34522,
            "upload_time": "2020-06-17T15:49:18",
            "upload_time_iso_8601": "2020-06-17T15:49:18.548398Z",
            "url": "https://files.pythonhosted.org/packages/dc/2d/74516237b5515980fc9153f0a119e39fb8b7bbcb11d23525a75d28610785/builtwith-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-06-17 15:49:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "richardpenman",
    "github_project": "builtwith",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "builtwith"
}
        
Elapsed time: 0.25253s