📺 A simple wrapper for the SickChill API written in Go, created mainly for its role in ChillBot, a Telegram bot for SickChill.
// Initialize SC client
sc := sickchill.NewClient(hostname, port, apiKey, urlBase, ssl)
// Get search results
res, err := sr.SearchTVDB("recreation")
- Quality selection
- Check if show exists in library
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.