darkanakin41/stream-bundle

Pierre LEJEUNE StreamBundle

v1.0.1-beta 2019-12-31 08:50 UTC

This package is auto-updated.

Last update: 2024-03-28 14:10:29 UTC


README

Actions Status Total Downloads Latest Stable Version

This is a bundle for Symfony 4 designed to store and provide a simple way to store streams from differents platforms, monitor them and automaticaly retrieve new ones.

Currently, we support automation for :

Dependencies

Installation

composer require darkanakin41/stream-bundle

Available commands

#Retrieve new streams based on enabled categories in the database
bin\console darkanakin41:stream:retrieve 

#Refresh streams stored in the database
bin\console darkanakin41:stream:refresh 

Features

TODO

  • Add more streams platform in the process
  • Handle errors from providers (mainly quota)
  • Add more unit tests (too light right now)