Skip to content

RonanOD/WordPresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPresser

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.

Screenshot

WordPresser In Action

Features:

  • Go Routines for parallel lookup
  • OAuth2
  • File IO
  • HTTP Calls
  • JSON and REST handling
  • Displays graphs and has interactive UI via termui

Needs:

  • Oauth2 Authentication set up. Follow details here

About

Mostly an application for learning Go language features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages