enishant / pyblog

Create WordPress blog articles via Python script using chat-gpt.

Home Page:https://github.com/enishant/pyblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyBlog

Create Environment

python3 -m venv pyblogenv

Activate Environment

source pyblogenv/bin/activate

Install Required Packages

pip3 install -r requirements.txt

Execute

python3 blog.py

Deactivate Environment

deactivate

About

Create WordPress blog articles via Python script using chat-gpt.

https://github.com/enishant/pyblog


Languages

Language:Python 100.0%