Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
/ bouyguestelecom-sms Public archive

Tool based on Bouygues Telecom SMS sending feature from customer space

License

Notifications You must be signed in to change notification settings

cyosp/bouyguestelecom-sms

Repository files navigation

bouyguestelecom-sms

⚠️ Not maintained because of cell phone provider change ⚠️

BSD-3 license

bouyguestelecom-sms is based on bouyguessms whose:

Setup

sudo apt install golang-go
cat << EOF >> ~/.bashrc

# Go environment
export GOPATH=$HOME/go
EOF

Download sources

go get github.com/cyosp/bouyguestelecom-sms

Download dependencies

go get github.com/pkg/errors
go get golang.org/x/net/publicsuffix

Build

  • Linux AMD 64 bits
env GOOS=linux GOARCH=amd64 go build
  • Linux ARM v7
env GOOS=linux GOARCH=arm GOARM=7 go build

Reduce binary size

strip bouyguestelecom-sms

Installation

sudo mv bouyguestelecom-sms /usr/local/bin

About

Tool based on Bouygues Telecom SMS sending feature from customer space

Resources

License

Stars

Watchers

Forks

Packages

No packages published