Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanluc162/prnt-sc-crawler
Crawler for the Website prnt.sc
https://github.com/jeanluc162/prnt-sc-crawler
crawler net5 net50 prntsc screenshots
Last synced: 1 day ago
JSON representation
Crawler for the Website prnt.sc
- Host: GitHub
- URL: https://github.com/jeanluc162/prnt-sc-crawler
- Owner: jeanluc162
- Created: 2021-09-14T18:27:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T18:41:48.000Z (about 3 years ago)
- Last Synced: 2023-09-04T00:50:54.153Z (about 1 year ago)
- Topics: crawler, net5, net50, prntsc, screenshots
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prnt-sc-crawler
This Program generates random URLs for [prnt.sc](https://prnt.sc) and downloads the resulting images. Be careful when specifying many Threads or a small Wait-Intervall, Cloudflare might ban your IP.
## Parameters
|Name|Meaning|Example|
|---|---|---|
|/threads|Number of Download Threads|`/threads=1`|
|/output|Folder where the images are saved|`/output=./downloaded`|
|/sleep|Waiting period between downloads in Milliseconds|`/sleep=1000`|