Create README.md

This commit is contained in:
Pijus Kamandulis 2019-03-31 01:50:25 +02:00 committed by GitHub
parent 829d416ac7
commit db19ac48d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
status-webhooks/README.md Normal file
View File

@ -0,0 +1,16 @@
# /sysadmin/status-webhooks
#### Scripts to report information using webhooks
## Scripts
* `yt-report.sh` - Reports about newly downloaded youtube videos
## yt-report.sh
Reports newly downloaded youtube videos
### Files in directory:
* webhook.txt - contains webhook URL
* template.txt - contains template of the POST request body
* yt_reported.txt - contains already reported video list
### Parameters:
* archive - path to list of downloaded videos
* webhook - webhook URL
* template - template of the POST request body
* reported - path to list of reported videos