indocomsoft / fluminus_cli

A CLI client built on top of fluminus (https://github.com/indocomsoft/fluminus) to access LumiNUS
14 stars 1 forks source link

How can I use fluminue_cli on Windows? #47

Closed cupcakeslove128 closed 4 years ago

cupcakeslove128 commented 4 years ago

I downloaded the docker file and fluminus client but am not sure how to use it. Noticed fluminus client does not have .exe and I'm kinda lost how to use it. I want to use fluminus client to download webcasts and have downloaded FFMPEG, Elixir and Erlang but the Elixir and Erlang are the most updated versions.

What do I do?

cupcakeslove128 commented 4 years ago

@indocomsoft

indocomsoft commented 4 years ago

Hi there, as you can read in the README, fluminus_cli is not supported on Windows, and I do not create nor maintain the Docker image

indocomsoft commented 4 years ago

There's a separate effort to port fluminus to Python, which might support Windows better: https://github.com/raynoldng/pyfluminus

And someone tried to make a GUI for it: https://github.com/J0/pyfluminus_gui

You could probably check these out