Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klein0r/iobroker.youtube
Add your YouTube stats into ioBroker
https://github.com/klein0r/iobroker.youtube
iobroker iobroker-adapter smarthome statistics youtube
Last synced: 9 days ago
JSON representation
Add your YouTube stats into ioBroker
- Host: GitHub
- URL: https://github.com/klein0r/iobroker.youtube
- Owner: klein0r
- License: mit
- Created: 2019-05-14T19:50:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T03:42:48.000Z (about 1 month ago)
- Last Synced: 2024-10-22T11:03:33.420Z (14 days ago)
- Topics: iobroker, iobroker-adapter, smarthome, statistics, youtube
- Language: JavaScript
- Homepage: https://haus-automatisierung.com/
- Size: 2 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Logo](admin/youtube.png)
# ioBroker.youtube
[![NPM version](https://img.shields.io/npm/v/iobroker.youtube?style=flat-square)](https://www.npmjs.com/package/iobroker.youtube)
[![Downloads](https://img.shields.io/npm/dm/iobroker.youtube?label=npm%20downloads&style=flat-square)](https://www.npmjs.com/package/iobroker.youtube)
![node-lts](https://img.shields.io/node/v-lts/iobroker.youtube?style=flat-square)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/iobroker.youtube?label=npm%20dependencies&style=flat-square)![GitHub](https://img.shields.io/github/license/klein0r/iobroker.youtube?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/klein0r/iobroker.youtube?logo=github&style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/klein0r/iobroker.youtube?logo=github&style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/klein0r/iobroker.youtube?logo=github&style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/klein0r/iobroker.youtube?logo=github&style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/klein0r/iobroker.youtube/test-and-release.yml?branch=master&logo=github&style=flat-square)## Versions
![Beta](https://img.shields.io/npm/v/iobroker.youtube.svg?color=red&label=beta)
![Stable](http://iobroker.live/badges/youtube-stable.svg)
![Installed](http://iobroker.live/badges/youtube-installed.svg)Statistics like views, subscribers and videos
## Sponsored by
[![ioBroker Master Kurs](https://haus-automatisierung.com/images/ads/ioBroker-Kurs.png?2024)](https://haus-automatisierung.com/iobroker-kurs/?refid=iobroker-youtube)
## Installation
Please use the "adapter list" in ioBroker to install a stable version of this adapter. You can also use the CLI to install this adapter:
```
iobroker add youtube
```## Documentation
[πΊπΈ Documentation](./docs/en/README.md)
[π©πͺ Dokumentation](./docs/de/README.md)
## Changelog
### 5.0.0 (2024-04-03)
NodeJS >= 18.x and js-controller >= 5 is required
* (klein0r) Better way to get channel id by alias
### 4.4.0 (2023-10-25)
NodeJS 16.x is required
* (klein0r) Added icons to admin tabs
### 4.3.0 (2023-08-28)
* (klein0r) Added customUrl to JSON summary
### 4.2.1 (2023-03-13)
* (klein0r) Video data as JSON
### 4.2.0 (2023-02-03)
* (klein0r) Allow alias or custom url in configuration
* (klein0r) Added request success indicators
* (klein0r) Added Ukrainian language## License
The MIT License (MIT)
Copyright (c) 2024 Matthias Kleine
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.