Webapp to manage, create and publish blogposts, using blogspot. It uses the Google Client Library for PHP to manage your Blogger account
- Manage posts: Publish, or delete posts
These features will be available soon:
- Create drafts
- Manage comments: Delete, aprove and add comments
- Download posts and comments as HTML files for an save backup
- Download the latest release
- Copy the files over to your server
- Go to https://console.developers.google.com/
- Add an project, and tap "Credentials"
- Tap "Create data" and create an Client-ID OAuth
- Choose the "Webapp" and enter the path to the files you just copied in the "Authorized diversion URIs" textbox
- Hit create, and hit ok.
- Click on the Client-ID you just generated.
- Click "download JSON"
- Download the file, and rename it to 'client_secret.json' and copy it to the folder where you also copied the other files to.
- You're ready to go!
First you will have to authenticate the user, using oauth2. After that you will need to get an blog, by URI, or by blogID. Then you can get posts from the blog. If you want to edit, update or revert blogposts to draft you will need to have a postID
You can find templates for these actions in the templates folder.