/go-opensubtitles

Go library for accessing the OpenSubtitles API

Primary LanguageGoMIT LicenseMIT

go-opensubtitles

Codacy Badge Go Report Card Actions Status

go-opensubtitles is a Go library for accessing the OpenSubtitles API.

Install

To get a specific version from the list of versions:

go get github.com/TheForgotten69/go-opensubtitles@vX.Y.Z

Or for the latest version:

go get github.com/TheForgotten69/go-opensubtitles

Usage

Make sure to have a working account on Opensubtitles else you will never have a working token.

Examples

More examples are available in the examples folder.

Design

The package design is heavily inspired by Google go-github.

Roadmap

  • Rate limit

Resources