- Generates keywords for blogpost
- With the keywords, generates full articles
- Programmatically inserts these articles into the DB as blog posts.
- Watch SEO grow :)
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.
$ python3 -m venv env
$ python3 -m pip install openai $ python3 -m pip install firebase-admin $ python3 -m pip freeze > requirements.txt