Download the PHP package rodrigorioo/twitch-clips-downloader without Composer
On this page you can find all versions of the php package rodrigorioo/twitch-clips-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rodrigorioo/twitch-clips-downloader
More information about rodrigorioo/twitch-clips-downloader
Files in rodrigorioo/twitch-clips-downloader
Package twitch-clips-downloader
Short Description Library for download clips from Twitch
License MIT
Informations about the package twitch-clips-downloader
Twitch Clips Downloader
Twitch Clips Downloader es una librería en PHP que permite descargar y guardar un clip de twitch con sólo ingresar su ID.
Esta librería no utiliza la API de Twitch, pero igualmente se requiere el Client ID para hacer el request.
Instalación
La librería se instala vía composer
Uso
Para empezar a utilizarla tenemos que iniciarla con el Client ID (ver sección "Obtener Client ID")
Con esto ya podemos llamar a los métodos
Obtener Client ID de Twitch
Para obtenerlo tenemos que crear una aplicación en Twitch (https://dev.twitch.tv/console) y nos saldrá el Client ID
Métodos
Nombre | Retorna |
---|---|
download(clip_id) | Twitch |
save(directorio?) | void |
Clases
Twitch
- String id - ID del clip
- String url - URL del clip
Excepciones
Nombre | Descripción | |
---|---|---|
TwitchClipDownloader\Exceptions\Curl\Curl | ||
TwitchClipDownloader\Exceptions\Curl\ParseResponse | Hereda de TwitchClipDownloader\Exceptions\Curl\Curl | |
TwitchClipDownloader\Exceptions\Curl\Response | Hereda de TwitchClipDownloader\Exceptions\Curl\Curl | |
TwitchClipDownloader\Exceptions\Clip\Clip | ||
TwitchClipDownloader\Exceptions\Clip\Save | Hereda de TwitchClipDownloader\Exceptions\Clip\Clip |
Tests
En la carpeta tests hay algunos tests básicos para que vean como se utiliza la librería al mismo tiempo que tienen incluídas las capturas de las excepciones.
Para poder utilizarlas, tienen que crear un archivo init.php con el mismo formato que tiene el init_example.php en donde van a setear el Client ID
License
MIT
All versions of twitch-clips-downloader with dependencies
ext-curl Version *