The Series-BOT currently has an unnecessary dependency on Powershell to download information of the series. The Series-BOT uses the TVRage API which is a php based API. The Powershell script uses a System.Net.WebClient to download a file. The URL to download and the sink is supplied by the Lua Script which reads the Sink File upon completion of the download.
I think, we should try to use LuaSocket Library to download the URL straight from the Lua Script. This would reduce the dependency list of the hub.
The Series-BOT currently has an unnecessary dependency on Powershell to download information of the series. The Series-BOT uses the TVRage API which is a php based API. The Powershell script uses a
System.Net.WebClientto download a file. The URL to download and the sink is supplied by the Lua Script which reads the Sink File upon completion of the download.I think, we should try to use LuaSocket Library to download the URL straight from the Lua Script. This would reduce the dependency list of the hub.