An open API service indexing awesome lists of open source software.

https://github.com/curllog/screenhot

screenshots from your website on different screen sizes
https://github.com/curllog/screenhot

automation console-application csharp dotnet dotnet-core geckodriver screenshot screenshot-utility screenshots selenium

Last synced: 15 days ago
JSON representation

screenshots from your website on different screen sizes

Awesome Lists containing this project

README

          

# screenhot
take fullpage screenshots from your website in diffrente sizes

## Take full-page screenshots in different sizes from your websites.

#### you need to have firefox installed

- download and install .net 5 sdk

- use `git clone https://github.com/MohammadAnsari98/screenhot.git`

- use cd .\screenhot\ for change directory to solution folder

- again use cd .\screenhot\ for changing directory to project folder

- `dotnet run your-url` make sure you have entered url with http or https (**copy urls from browser**)

- program need some time to take screenshos

- your screenshot will be saved at *project-path/screenshots/your-url*

![demo of application](https://github.com/MohammadAnsari98/screenhot/blob/master/Animation.gif)

## **Usage**
`dotnet run https://www.google.com/`

### want a custome sizes?

**just edit sizes.txt at project root folder**