Skip to content

Repository files navigation

AUBA

Automated Updates for Blogger Articles

Documentation

Upload articles in the post folder

 |—— post

Create a new folder to use as tags/labels. ( use commas as separators between other labels if you want to use more than one )

 |—— post /
|—— tes /

For the link will be created automatically from the file name

 |—— post /
|—— tes /
|—— tes.html

Please Read

Please visit the website below for a complete tutorial.

Create Project

Enable api blogger

Create Credentials

Tutorial.

Installation

For Termux

Install tool

pkg i git -y
pkg i nodejs -y

Clone repository

git clone https://github.com/xiazeea/AUBA.git

enter the folder

cd AUBA

Install

npm install

For Linux ( Adjust to the Linux distro used )

Install tool

apt install git -y
apt install bash -y
Install nodejs via nvm, skip if already installed
apt install curl -y

install nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

install nodejs LTS

nvm 22

verified

npm -v
node -v

Clone repository

git clone https://github.com/xiazeea/AUBA.git

enter the folder

cd AUBA

Install

npm install

Setting

Change client_id, project_id, client_secret, blog_id in

config.js

 client_id: "",
project_id: "",
client_secret: "",
blog_id: ""

Run

to run the program type

npm start

About

Automated Updates for Blogger Articles

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages