Initial commit from @Pyvonix
Added:
- Mega-Libs: standardize the usage of backends/endpoints
ajax
,api
andflow
on Mega-Debrid.eu
with dedicated objects and offer the possibility of re-use/import them in your own source code. - Mega-Config: getting of mega-debrid.eu credentials from a config file or environment variables.
- Mega-CLI: to easily use libs from a command line.
- Mega-Worker: celery's functions that run Mega-libs on their own and return result.
- Mega-Web: flask's web interface for interfacing with Mega-Worker.
- Mega-Compose: possibility of launching each component in a container.