Skip to content

A python program to download WP post via REST API & store it into JSON or CSV file as per user selection.

Notifications You must be signed in to change notification settings

rafiahmedd/wp-rest-to-jsonorcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

First Run:

pip install -r requirements.txt

Above command will install all the required pakages for the app.

Run app

Run the below command on your terminal.

python3 app.py

It will ask you for the rest enpoint of your wordpress ( post/blog/docs ), provide the endpoint and then hit enter. Afterthat, it will ask you for the format json/csv please type the format in your terminal and hit enter it will start generating the files.

About

A python program to download WP post via REST API & store it into JSON or CSV file as per user selection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages