https://github.com/0xF1o/combinary-collector-youtube
https://github.com/0xF1o/combinary-collector-youtube
dotnet-core elk-stack statistics youtube
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xF1o/combinary-collector-youtube
- Owner: piccaso
- Created: 2018-10-08T21:29:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T04:13:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T19:19:53.604Z (over 1 year ago)
- Topics: dotnet-core, elk-stack, statistics, youtube
- Language: C#
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://quay.io/repository/0xff/combinary-collector-youtube)
[](https://dev.azure.com/volatile-void/pipes/_build/latest?definitionId=4)
## Example usage:
```yml
version: "2.3"
services:
collector:
image: quay.io/0xff/combinary-collector-youtube
environment:
# A comma separated list of API keys to use (required)
- API_KEYS=
# Hostname of postgres instance (required)
- PG_HOST=db
# A comma separated list of Channel ID's
- CHANNEL_IDS=
# A comma separated list of Playlist ID's
- LIST_IDS=
# Specify which collectors are active.
- COLLECT_VIDEOS=true
- COLLECT_COMMENTS=false
- COLLECT_ANSWERS=false
db:
image: postgres:10-alpine
expose:
- "5432"
volumes:
- dbdata:/var/lib/postgresql/data
volumes:
dbdata:
```
There is also an [advanced example](./samples/advanced)
## Webhooks
Webhooks are supported for collecting video details (like from IFTTT) in the form of:
```
/api/get-video-details/{videoIdOrUrl}
```