Skip to content

📺 A simple wrapper for the SickChill API written in Go

License

Notifications You must be signed in to change notification settings

noam09/go-sickchill-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages