Skip to content

Instantly share code, notes, and snippets.

View hypest's full-sized avatar
😎
Working from anywhere

Stefanos Togoulidis hypest

😎
Working from anywhere
View GitHub Profile
@hypest
hypest / get-oauth2-token.sh
Last active July 10, 2017 16:02
WordPress.com oAuth2 access token request via command line (cURL)
#!/bin/sh
echo oAuth2 app id:
read appid
echo oAuth2 app secret:
read -s appsecret
echo Username:
read username