Skip to content

🥔 A simple wrapper for the CouchPotato API written in Go

License

Notifications You must be signed in to change notification settings

noam09/go-couchpotato-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-couchpotato-api

🥔 A simple wrapper for the CouchPotato API written in Go, created mainly for its role in PotatoBot, a Telegram bot for CouchPotato.

Usage

// Initialize CP client
cp := couchpotato.NewClient(hostname, port, apiKey, urlBase, ssl, username, password)
// Get search results
val, err := cp.SearchMovie("big buck bunny")

TODO

  • Quality selection
  • Check if title 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 CouchPotato API written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages