noam09 / go-sickchill-api

📺 A simple wrapper for the SickChill API written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-sickchill-api

📺 A simple wrapper for the SickChill API written in Go, created mainly for its role in ChillBot, a Telegram bot for SickChill.

Usage

// Initialize SC client
sc := sickchill.NewClient(hostname, port, apiKey, urlBase, ssl)
// Get search results
res, err := sr.SearchTVDB("recreation")

TODO

  • Quality selection
  • Check if show exists in library

License

This is free software under the GPL v3 open source license. Feel free to do with it what you wish, but any modification must be open sourced. A copy of the license is included.

About

📺 A simple wrapper for the SickChill API written in Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%