Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

sms.party - a simplistic, dev-centric, and free SMS API written in golang

NotificationsYou must be signed in to change notification settings

dechristopher/sms.party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • A simplistic, free, and dev-centric SMS API made with love by cSMS.
  • Containerized, scalable, and dead simple.
  • The people's SMS API -free forever.

First check your system requirements withtools/requires.sh

THEN

Build withtools/docker-build.sh and run with:

docker run -d --name sms-p -h sms-p -e PORT=<port> -p <port>:<port> sms-p

OR

Build and run all at once with our lifecycle scriptstools/sms-up.sh andtools/sms-down.sh


To simply build binaries, runtools/build-(darwin/linux).sh and start like so:

./build/main-(darwin/linux) <port>EXAMPLE: ./build/main-darwin 8080

http://sms.party

TODO

  • Flesh out API
  • Send handler
  • Auth & IP middlewares
  • Data Models
  • Helper functions
  • Error & Info strings
  • Global config
  • config.json -> global config
  • API key genertion endpoint
  • API key verification in auth mw
  • API key storage & expiry
  • Redis credential acquisition
  • Cast and Batch endpoint handlers
  • Rate limiting per API key (2s)
  • Rate limiting per number (10s)
  • Do not message list (API & Site)
  • API key statistics
  • Number statistics
  • Total app statistics

About

sms.party - a simplistic, dev-centric, and free SMS API written in golang

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp