# WebShoter
This tool takes screenshots of websites and saves them to a specified output directory in PNG format. It uses a headless browser to render the website and take the screenshot.
## Installation
Before using the tool, make sure you have Python 3 installed on your system. You can download Python from the official website: https://www.python.org/downloads/
Once you have Python installed, you can install the `webshoter` package using pip:
```sh
pip install webshoter
```
Or install manually:
```sh
1. git clone https://github.com/americo/webshoter
2. cd webshoter
3. python setup.py install
```
## Usage
To take a screenshot of a single website, use the following command:
```sh
webshoter -u <url> -o <output_dir>
echo "<url>" | webshoter -o <output_dir>
```
To take a screenshot of a list of websites, use the following command:
```sh
cat urls.txt | webshoter -o <output_dir>
```
Replace `<url>` with the URL of the website you want to take a screenshot of, and `<output_dir>` with the directory where you want to save the screenshot.
To take screenshots of multiple websites at once, you can provide a list of URLs separated by newlines. For example:
## License
This tool is distributed under the MIT License. See the LICENSE file for more information.
Raw data
{
"_id": null,
"home_page": "https://github.com/americo/webshoter",
"name": "webshoter",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "screenshot,web,recon",
"author": "americo",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/94/bf/b1c0c562bfd266dd93d5a814294e92e2834f6126a4be10bd59a186f26e8a/webshoter-1.0.4.tar.gz",
"platform": null,
"description": "# WebShoter\r\n\r\nThis tool takes screenshots of websites and saves them to a specified output directory in PNG format. It uses a headless browser to render the website and take the screenshot.\r\n\r\n## Installation\r\n\r\nBefore using the tool, make sure you have Python 3 installed on your system. You can download Python from the official website: https://www.python.org/downloads/\r\n\r\nOnce you have Python installed, you can install the `webshoter` package using pip:\r\n\r\n```sh\r\npip install webshoter\r\n```\r\nOr install manually:\r\n```sh\r\n1. git clone https://github.com/americo/webshoter\r\n2. cd webshoter\r\n3. python setup.py install\r\n```\r\n\r\n\r\n## Usage\r\n\r\nTo take a screenshot of a single website, use the following command:\r\n```sh\r\nwebshoter -u <url> -o <output_dir>\r\necho \"<url>\" | webshoter -o <output_dir>\r\n```\r\n\r\nTo take a screenshot of a list of websites, use the following command:\r\n```sh\r\ncat urls.txt | webshoter -o <output_dir>\r\n```\r\n\r\n\r\nReplace `<url>` with the URL of the website you want to take a screenshot of, and `<output_dir>` with the directory where you want to save the screenshot.\r\n\r\nTo take screenshots of multiple websites at once, you can provide a list of URLs separated by newlines. For example:\r\n\r\n\r\n## License\r\n\r\nThis tool is distributed under the MIT License. See the LICENSE file for more information.\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A python tool to take screenshots for urls",
"version": "1.0.4",
"split_keywords": [
"screenshot",
"web",
"recon"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "94bfb1c0c562bfd266dd93d5a814294e92e2834f6126a4be10bd59a186f26e8a",
"md5": "87f3f4bdb4bb282cfe2ced10808a2f80",
"sha256": "3bcf36af466e8a6f7e0e6efe2e744c96d74e760f937310c97f7e28ca3df7b3a5"
},
"downloads": -1,
"filename": "webshoter-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "87f3f4bdb4bb282cfe2ced10808a2f80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4087,
"upload_time": "2023-04-14T09:48:53",
"upload_time_iso_8601": "2023-04-14T09:48:53.774392Z",
"url": "https://files.pythonhosted.org/packages/94/bf/b1c0c562bfd266dd93d5a814294e92e2834f6126a4be10bd59a186f26e8a/webshoter-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-14 09:48:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "americo",
"github_project": "webshoter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "webshoter"
}