Utility to query the stats of all of your WordPress sites from the command line. Needs a .env file with the following settings:
REDIRECT_URI=https://your.redirect.site
CLIENT_ID=12345
CLIENT_SECRET=BiGL0nGSecRetStr1ng
On successful authentication, program drops a cache file of your OAuth2 access token. To reauthenticate, delete the .token file.
- Go Routines for parallel lookup
- OAuth2
- File IO
- HTTP Calls
- JSON and REST handling
- Displays graphs and has interactive UI via termui
- Oauth2 Authentication set up. Follow details here
