Skip to content

metatube-community/metatube-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b68ad4 · Jan 6, 2025
Sep 25, 2024
Oct 2, 2024
Dec 8, 2024
Oct 4, 2024
Nov 3, 2023
Oct 4, 2024
Oct 4, 2024
Aug 13, 2024
Nov 10, 2024
Aug 15, 2024
Aug 14, 2024
Jan 6, 2025
Oct 3, 2024
Dec 8, 2024
Aug 14, 2024
Aug 10, 2024
Aug 14, 2024
May 18, 2023
Sep 19, 2024
Dec 13, 2024
Sep 20, 2024
Jan 6, 2025
Jan 6, 2025

MetaTube SDK Go

Build Status Go Report Card Require Go Version GitHub License Tag

Metadata Tube SDK in Golang.

Contents

Features

  • Supported platforms
    • Linux
    • Darwin
    • Windows
    • BSD(s)
  • Supported Databases
  • Image processing
    • Auto cropping
    • Badge support
    • Face detection
    • Image hashing
  • RESTful API
  • 20+ providers
  • Text translation

Installation

To install this package, you first need Go installed (go1.23+ is required), then you can use the below Go command to install SDK.

go get -u github.com/metatube-community/metatube-sdk-go

Credits

Library Description
gocolly/colly Elegant Scraper and Crawler Framework for Golang
gin-gonic/gin Gin is a HTTP web framework written in Go
gorm.io/gorm The fantastic ORM library for Golang
esimov/pigo Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go
robertkrimen/otto A JavaScript interpreter in Go (golang)
modernc.org/sqlite Package sqlite is a CGo-free port of SQLite/SQLite3
corona10/goimagehash Go Perceptual image hashing package
antchfx/xpath XPath package for Golang, supports HTML, XML, JSON document query
gen2brain/jpegli Go encoder/decoder for JPEG based on jpegli

License

Apache-2.0 License