Created
May 18, 2020 17:45
-
-
Save m0pfin/8b9dd5c51b1998d2507507c6a6df8d6d to your computer and use it in GitHub Desktop.
AppleScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Добавляем токен в ФБтул | |
| 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