[METHOD] Make Your Own PAA Site With OpenAI - Complete Tutorial + FREE Python Script

and you are keeping it a secret on a thread that offers free script, tips, etc... What is that secret prompt that gave you the style and amount of content ?

It’s actually a good thing to come up with your own unique prompts. Everyone has access to OpenAI. The only thing that’ll make your content unique and valuable is the prompt you use.

This is why I just added a basic prompt to the script. Everyone should use their own unique prompts to generate content for their sites.

What @Mattrhere said is 100% accurate. You need to try out several different ideas to get the prompt that works for you.

It takes some time but the results are worth it.


The secret is to spend time changing the prompt til you get one that you want that fits the style for your site. What style of writing I want and you want will be totally different and even will vary by site that the same person has.

If I have a site about finance and a site about dogs I will want totally different prompts to create the content. Trial and error until you get something that fits your sites style.
 
not necessary. wp import lets you drag the fields in the csv to the proper wp fields
after this script is done there are 2 fields for each post: Title and GeneratedText
I drag the title in the title field and drag the GeneratedText in post field but the generated text doesnt show.
Plus how will we make it so the h2 appear as h2 in wordpress post
 
after this script is done there are 2 fields for each post: Title and GeneratedText
I drag the title in the title field and drag the GeneratedText in post field but the generated text doesnt show.
Plus how will we make it so the h2 appear as h2 in wordpress post
You will not get any H2s, at least on my first try. You will have to add them manually
 
Great share. Simple and informative

People just don't abuse this doing 1000s of articles a day :D
 
To the OP or anyone with experience:

Is there any chance of getting penalized for plagarism / duplicate content?

Do you take any steps to insure (maybe in the prompt itself) that all content is 100% unique and rewritten / phrased?
 
To the OP or anyone with experience:

Is there any chance of getting penalized for plagarism / duplicate content?

Do you take any steps to insure (maybe in the prompt itself) that all content is 100% unique and rewritten / phrased?
It’s not plagiarized so no worries there. Whether Google will try and find and punish AI in the future is anyone’s guess (I’m guessing no as long as it’s helpful
 
It’s not plagiarized so no worries there. Whether Google will try and find and punish AI in the future is anyone’s guess (I’m guessing no as long as it’s helpful
How do you know that it's not plagiarized? The AI might thinks it's helpful to the article to regurgitate what it's read.

Copyscape and other such tools are easy to fool. I've paid 'writers' in the past to write me articles (that passed Copyscape) - and they simply copied paragraphs here and there from other articles and changed a word or two per paragraph.
 
The whole point of this thread is to not do this manually
well,now i think aboutbit. i guess you can ask in your prompt to provide H2s, but i am not sure if the importer will allow you to import html.
 
after this script is done there are 2 fields for each post: Title and GeneratedText
I drag the title in the title field and drag the GeneratedText in post field but the generated text doesnt show.
Plus how will we make it so the h2 appear as h2 in wordpress post

Im not sure why the text is not showing for you in the plug-in. There’s something wrong with your WP set up or output file.


You will not get any H2s, at least on my first try. You will have to add them manually

You can ask OpenAI to generate h2 headings four your outline using the prompt. Try a few different ways of getting h2s and you’ll find a working prompt.

You may have to fix the H2 HTML code since sometimes the code has extra spaces, extra “<“ etc. You can use a good text editor and do this in bulk.

To the OP or anyone with experience:

Is there any chance of getting penalized for plagarism / duplicate content?

Do you take any steps to insure (maybe in the prompt itself) that all content is 100% unique and rewritten / phrased?

Imo, there’s no duplicate content penalty as such. Even if the majority of your content is copied. Duplicate content ranks fine.

If you’re still worried, you can use OpenAI to do a rewrite of each article.

Is there a limit to how much context I can provide? Like can I feed it with multiple scientific articles in a prompt?

Using this script (or the OpenAI playground), there’s a limit due to the maximum number of tokens.

To achieve what you want, you’ll have to train your own model. If you have a well organized dataset, it‘s very easy to do.
 
Im not sure why the text is not showing for you in the plug-in. There’s something wrong with your WP set up or output file.




You can ask OpenAI to generate h2 headings four your outline using the prompt. Try a few different ways of getting h2s and you’ll find a working prompt.

You may have to fix the H2 HTML code since sometimes the code has extra spaces, extra “<“ etc. You can use a good text editor and do this in bulk.



Imo, there’s no duplicate content penalty as such. Even if the majority of your content is copied. Duplicate content ranks fine.

If you’re still worried, you can use OpenAI to do a rewrite of each article.



Using this script (or the OpenAI playground), there’s a limit due to the maximum number of tokens.

To achieve what you want, you’ll have to train your own model. If you have a well organized dataset, it‘s very easy to do.
Text was not showing in Wp All Import but after hitting import they showed as posts. The only problem I have is that i am asking openai to add h2 tags but out of 10 articles, openai adds the tags only on 3-4 of them. Any idea why openai does this?
 
Text was not showing in Wp All Import but after hitting import they showed as posts. The only problem I have is that i am asking openai to add h2 tags but out of 10 articles, openai adds the tags only on 3-4 of them. Any idea why openai does this?
Maybe the contents are too thin, not many headers were found
 
Firstly, thank you very much to the OP; this is really a great share.
I am not planning to create a PAA website, but I just wanted to try this to learn something new.

But I have a problem: my output.csv file is not saving to the computer. What could be the reason?

I know my script is working because I used ChatGPT to add a timestamp to the code, and I can see requests and credits spent on OpenAI. (It seems I simply thrashed a few dollars:) I have checked the Python folder and Windows Search All PCs, but output files are nowhere.

I can only get it if I call "output_df" as text in a Python script rather than a .csv file saved on my device.
 
Maybe the contents are too thin, not many headers were found
There are 4 headers per post
Firstly, thank you very much to the OP; this is really a great share.
I am not planning to create a PAA website, but I just wanted to try this to learn something new.

But I have a problem: my output.csv file is not saving to the computer. What could be the reason?

I know my script is working because I used ChatGPT to add a timestamp to the code, and I can see requests and credits spent on OpenAI. (It seems I simply thrashed a few dollars:) I have checked the Python folder and Windows Search All PCs, but output files are nowhere.

I can only get it if I call "output_df" as text in a Python script rather than a .csv file saved on my device.
Output file will be saved after the whole process is done
 
Back
Top