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

aren't they the same thing? Sorry

Not exactly. This script uses the OpenAI API to create content using any of the text models available to OpenAI users. ChatGPT has been trained on a different dataset.
 
Not exactly. This script uses the OpenAI API to create content using any of the text models available to OpenAI users. ChatGPT has been trained on a different dataset.
Good job man.
Maybe with selenium and mysql you can avoid every manual interacion
 
Good job man.
Maybe with selenium and mysql you can avoid every manual interacion

Yeah, you’re probably right. But it takes an hour or so minimum to scrape the PAA with SEOMinion and it take just a second to Google the keyword.

If you want PAA in bulk, there are services that scrape them through API too. You might want to look into those.
 
Yeah, you’re probably right. But it takes an hour or so minimum to scrape the PAA with SEOMinion and it take just a second to Google the keyword.

If you want PAA in bulk, there are services that scrape them through API too. You might want to look into those.
I tried selenium, scraping paa is very fast, no capctha.
You should save scrapeed paa in mysql.
I’m building something similar, but have to rewrite all dic.
It’a more expensive in term of time the open ai response.

if you need some tips count in me
 
Hey thank you for sharing this great tutorial !

As a beginner I have one question : I was trying to install the plugin WP All Import but it looks like I have to pay a 300$/year plan to install plugins. Is this normal or am I missing something?

Thanks!
 
Hey thank you for sharing this great tutorial !

As a beginner I have one question : I was trying to install the plugin WP All Import but it looks like I have to pay a 300$/year plan to install plugins. Is this normal or am I missing something?

Thanks!

They have a free version of the plug-in you can use. It has limited features but it’s good enough for this method.
What much cost you One paa site ?

It depends on how many articles you want to publish. You’ll spend around 4-5 cents an article.
 
Hey thank you for sharing this great tutorial !

As a beginner I have one question : I was trying to install the plugin WP All Import but it looks like I have to pay a 300$/year plan to install plugins. Is this normal or am I missing something?

Thanks!
You’re going to be using Wordpress.com instead of normal hosting and using Wordpress.org.

Wordpress.com is a massive ripoff. You will want to change to a normal host (I use cloudways that has a cheap plan for $10 a month) and then the host will typically automatically install Wordpress.org for you.

That will give you freedom to do any themes plugins etc. without paying the scam that Wordpress.com is
 
Sharing is caring. Thank,you so,much. Will try this and lwt u know
 
They have a free version of the plug-in you can use. It has limited features but it’s good enough for this method.


It depends on how many articles you want to publish. You’ll spend around 4-5 cents an article.
Im talking about host + domain + extra..
 
Im talking about host + domain + extra..
Again, it depends on what you want. Hosting can cost 1$ a month or 1000$ a month. You can choose whatever you like.

Same thing with domains. You can can get some weird TLD for a few cents or pay thousands for an aged domain.

It all depends on your choices.
 
I know it's been asked on page 2 but I didn't find the answer.
I'm having trouble finding a plugin to automatically import images (related to the title of the article for example). Do you have any recommandations ?

And thank you for this tutorial again it inspired me to begin my first website lol
 
I know it's been asked on page 2 but I didn't find the answer.
I'm having trouble finding a plugin to automatically import images (related to the title of the article for example). Do you have any recommandations ?

And thank you for this tutorial again it inspired me to begin my first website lol

If you have the images downloaded, you can use the WP All Import plug-in to insert them into posts automatically.

There are also some plugins that automatically download images from Unsplash, Pixabay etc.

I can’t recommend a specific one because I haven’t used these.

There are some programmatic solutions available like bannerbear too.
 
I know it's been asked on page 2 but I didn't find the answer.
I'm having trouble finding a plugin to automatically import images (related to the title of the article for example). Do you have any recommandations ?

And thank you for this tutorial again it inspired me to begin my first website lol
hey buddy can u check your pm
 
I am new to this coding and all
while Pasting your code
I got this error

SyntaxError: multiple statements found while compiling a single statement
 
I use davinci-3. If you’re getting the same sentences, you need to change your prompt and settings.

I posted a rewrite of a news article in a different thread last week. The output is pretty different from the input and it’s way better than rephrasing with Quillbot or something similar.

You can check these out:

—-

Original Article: https://www.dhs.gov/news/2023/01/13...s-supporting-labor-enforcement-investigations

Rewritten Article (Prompt #1): https://telegra.ph/DHS-Announces-Pr...orting-Labor-Enforcement-Investigations-01-14

Rewritten Article (Prompt #2): https://telegra.ph/DHS-Announces-Pr...ting-Labor-Enforcement-Investigations-01-14-5

Rewritten Article (Prompt #3): https://telegra.ph/DHS-Announces-Pr...ting-Labor-Enforcement-Investigations-01-14-6

Rewritten Article (Prompt #4): https://telegra.ph/DHS-Announces-Pr...ting-Labor-Enforcement-Investigations-01-14-7

Rewritten Article (Prompt #5): https://telegra.ph/DHS-Announces-Pr...ting-Labor-Enforcement-Investigations-01-14-8



You’re right about the tokens. But it’s still like 4-5 cents for a 1000 word article.
Hello. How you use rewriting? You copy and past full text?
How many you websites have search traffic if you use davinci-3?
 
I am new to this coding and all
while Pasting your code
I got this error

SyntaxError: multiple statements found while compiling a single statement

It’s best if you learn the basics of Python. There are several free courses on YouTube.

Hello. How you use rewriting? You copy and past full text?
How many you websites have search traffic if you use davinci-3?

I have a script I use to rewrite content. It rewrites the entire article.

I’m not sure I understand the last part. Could you please rephrase your question?
 
Back
Top