SkillAgentSearch skills...

Textbelt

golang library for textbelt.com

Install / Use

/learn @farmergreg/Textbelt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

textbelt.com API for GO

GoDoc Code Coverage Build Status

This library sends text messages to mobile phones using http://textbelt.com

Installing

go get

$ go get gopkg.in/dietsche/textbelt.v1

Example Code

package main

import (
    "gopkg.in/dietsche/textbelt.v1"
)

func main() {
    texter := textbelt.New()
    phoneToText := "123-456-7890"
    if err := texter.Text(phoneToText, "txt msg from go!"); err != nil {
        panic(err)
    }
}

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Go

Security Score

90/100

Audited on Jan 26, 2026

No findings