Add third party library in golang

Hello everyone! :wave:

I want to add new third-party library to supported tools list: trakt-sync.
This golang library is designed to fetch your Trakt.tv account data and export to json format.

Available Modules:

  • History: Returns movies and episodes that a user has watched, sorted by most recent.
  • Watchlist: Returns all items in a user’s watchlist, filtered by type.
  • Collection: Get all collected items in a user’s collection.
  • Lists: Returns all personal lists for a user.
  • People: Returns all data for a selected person.
  • Calendars: Shows or movies for a specified time period, either global or user-specific.
  • Search: Searches using queries or ID lookups.

What’s Next? :rocket:

new modules/features will be add soon, but for now I wanted to know If there is interest
in this topic. I’ll be happy to add more modules and features to further version of library.

Link to trakt-sync repo: GitHub - mfederowicz/trakt-sync: trakt-sync is a tool to sync data from your trakt.tv account