Skip to content

Instantly share code, notes, and snippets.

@m0pfin
Created May 18, 2020 17:45
Show Gist options
  • Save m0pfin/8b9dd5c51b1998d2507507c6a6df8d6d to your computer and use it in GitHub Desktop.
Save m0pfin/8b9dd5c51b1998d2507507c6a6df8d6d to your computer and use it in GitHub Desktop.
AppleScript
-- Добавляем токен в ФБтул
set token to (the clipboard)
do shell script "curl --location --request POST 'https://fbtool.pro/api/add-account?key=API_KEI_FBTOOL' --form 'token=" & token & "' --form 'name=Auto' --form 'group=ID_GOUP'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment