Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@johnghill
Created May 7, 2017 18:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnghill/d7dcd46e5b181fdca126bb78b6796983 to your computer and use it in GitHub Desktop.
Save johnghill/d7dcd46e5b181fdca126bb78b6796983 to your computer and use it in GitHub Desktop.
[Stata] [curl] [SMS] Get a text from Stata using ! curl
* Append to any time consuming operation e.g. -mi impute-
* Receive 1 free generic SMS per day, or buy a personal API key at https://textbelt.com
! curl -X POST https://textbelt.com/text --data-urlencode phone='+44xxxxxxxxxx' --data-urlencode message='Yo! Get back here' -d key=textbelt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment