Skip to content

Generate 1M blog posts with ChatGPT after generating keywords and blog post titles.

Notifications You must be signed in to change notification settings

gieoon/automated-blogposts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generates SEO blog posts for website

  1. Generates keywords for blogpost
  2. With the keywords, generates full articles
  3. Programmatically inserts these articles into the DB as blog posts.
  4. Watch SEO grow :)

How it works

After generating the blog posts, they are saved into an external Firebase/Firestore DB, which is configured to automatically show up in the website I have created based on this NextJS Template.

Virtual Environment

$ python3 -m venv env

$ python3 -m pip install openai $ python3 -m pip install firebase-admin $ python3 -m pip freeze > requirements.txt

About

Generate 1M blog posts with ChatGPT after generating keywords and blog post titles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages