{ "info": { "author": "Brenton Cleeland", "author_email": "brenton@brntn.me", "bugtrack_url": null, "classifiers": [], "description": "`mkscreenshot` takes screenshots of websites from the command line using selenium and PhantomJS.\n\n\n## Installation\n\nFirst, you need to install PhantomJS and ensure it's on your path.\n\nYou can do this by manually [downloading PhantomJS](phantom) from their website (all platforms); installing PhantomJS with Homebrew: `brew cask install phantomjs` (OS X); installing PhantomJS with npm: `npm install -g phantomjs` (all platforms); or using your system's package manager.\n\nThat's the hard part! Once that's done, installing `mkscreenshot` is as simple as:\n\n```\npip3 install mkscreenshot\n```\n\n_Please note: `mkscreenshot` is only tested with Python 3.5 \u2013 you should be using Python 3!_\n\n\n## Usage\n\n```\nUsage: mkscreenshot [OPTIONS] URL\n\nOptions:\n --output TEXT Filename for the screenshot (defaults to the domain name)\n --sleep INTEGER Wait before taking the screenshot to allow asynchronous\n scripts to load\n --width INTEGER Specify the width of the browser window\n --help Show this message and exit.\n```\n\n\nFor example, to take a screenshot of the [Hacker News](https://news.ycombinator.com) homepage:\n\n```\n> mkscreenshot https://news.ycombinator.com\n```\n\nAnd you'll get a screenshot like this:\n\n![Hacker News](https://s3-ap-southeast-2.amazonaws.com/brntn/news.ycombinator.com-20160823-133356.png)\n\n\n## License\n\n`mkscreenshot` is licensed under the MIT License and I encourage you to remix it for your own purposes.\n\n[phantom]: http://phantomjs.org/download.html\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sesh/mkscreenshot", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "mkscreenshot", "package_url": "https://pypi.org/project/mkscreenshot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mkscreenshot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sesh/mkscreenshot" }, "release_url": "https://pypi.org/project/mkscreenshot/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Screenshot websites quickly", "version": "1.0.2" }, "last_serial": 2297213, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "b4c320d7267792d5c42415057848fe70", "sha256": "462e3709679108619bd48c5894786c3f08e0d60bdf6857340aadc2c967ed9924" }, "downloads": -1, "filename": "mkscreenshot-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b4c320d7267792d5c42415057848fe70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3847, "upload_time": "2016-08-23T04:45:18", "url": "https://files.pythonhosted.org/packages/67/2d/e46efd5b91ce0490ac80c9c0acd29abdf53aab1e0cd91a8998e612dc5d26/mkscreenshot-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4c320d7267792d5c42415057848fe70", "sha256": "462e3709679108619bd48c5894786c3f08e0d60bdf6857340aadc2c967ed9924" }, "downloads": -1, "filename": "mkscreenshot-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b4c320d7267792d5c42415057848fe70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3847, "upload_time": "2016-08-23T04:45:18", "url": "https://files.pythonhosted.org/packages/67/2d/e46efd5b91ce0490ac80c9c0acd29abdf53aab1e0cd91a8998e612dc5d26/mkscreenshot-1.0.2.tar.gz" } ] }