GoruAkiba / gas-blogger-lib

google Appsscript public Blogger Api library. eases user to access blogger component like posts, pages, comments make it possible to create RSS in json version.

Home Page:https://script.google.com/macros/library/d/1CAJXhNUfgO918tIfHekp48Ywr8KqOE_ZcK5dvbIGctl57Z7iERBehH7C/2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GB_sources

GAS Blogger Lib

GB_Sources

google Appsscript public Blogger Api library. eases user to access blogger component like posts, pages, comments make it possible to create RSS in json version.

uwuuuuu (✧ω✧) ☆ ~('▽^人) ヽ(⌒▽⌒)ノ

Deployment

read our deployment detail at here. Also if you want to use our library you can adding using this project id:

1CAJXhNUfgO918tIfHekp48Ywr8KqOE_ZcK5dvbIGctl57Z7iERBehH7C

Example

follow this code to init the project:

    const _id = "5400366567371891262"; // blog Id Obtain from blogger dashboard
    const _key = "Api_key";  // google API console credential see (https://console.cloud.google.com/apis/credentials) 
    var blog = new BloggerLib.Blog(_id,_key);

for the full example when it applied in side server can be seen here

Applied as sideserver and build frontend widget

  • Example when build in plain Html and Javascript, here
  • Example when build in Vue.js application, here

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am "Add some feature"
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Support

Joint our Discord Community or buy me coffe, ☕ here

Author

GAS Blogger Lib © GB_Sources
Authored and Maintained by GB_Sources

GitHub @GB_Sources

About

google Appsscript public Blogger Api library. eases user to access blogger component like posts, pages, comments make it possible to create RSS in json version.

https://script.google.com/macros/library/d/1CAJXhNUfgO918tIfHekp48Ywr8KqOE_ZcK5dvbIGctl57Z7iERBehH7C/2


Languages

Language:JavaScript 98.5%Language:HTML 1.5%