/backup-blogger

Simple script to backup Google's Blogger using API

Primary LanguagePython

backup-blogger

Simple script to backup Google's Blogger using API, posts must be public. A nice bro needed help backing up. This is the help.

Usage

Change the following variables in main.py

KEY = "YOUR_API_KEY"
BLOG_ID = "YOUR_BLOG_ID"
pip install -r requirements.txt
python main.py