https://github.com/silvanocerza/prisma
Simple python script to shoot a site screenshot
https://github.com/silvanocerza/prisma
click python screenshot screenshot-utility selenium selenium-python
Last synced: 4 months ago
JSON representation
Simple python script to shoot a site screenshot
- Host: GitHub
- URL: https://github.com/silvanocerza/prisma
- Owner: silvanocerza
- License: bsd-3-clause
- Created: 2019-03-04T17:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:31:40.000Z (over 4 years ago)
- Last Synced: 2025-03-03T03:15:25.695Z (8 months ago)
- Topics: click, python, screenshot, screenshot-utility, selenium, selenium-python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prisma
======Simple websites screenshooter using Selenium.
Installation
============Clone the project and run `pipenv install` and you're all set.
Requirements
============* selenium
* click
* [geckodriver](https://github.com/mozilla/geckodriver/releases)Usage
=====To run the script:
pipenv shell
python prisma.py -w 1080 -h 900 -u https://duckduckgo.com -f /file/to/save.pngThis are the necessary arguments:
* `--width` or `-w`: width of the screenshot
* `--height` or `-h`: height of the screenshot
* `--url` or `-u`: url to load before taking the screenshot
* `--file` or `-f`: full file path of the image to saveIf you omit any argument you will be prompted for it.
License
=======This software is licensed under the [BSD 3-Clause License](https://github.com/silvanocerza/prisma/blob/master/LICENSE).