Skip to content

Series-BOT: Powershell Script Dependency #4

@nitral

Description

@nitral

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions