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

G
After some tweaks, I was able to generate text, but whatever I do, the output text is always between 300-400 words. Does anybody know what I should do to make 1000 words articles?
Give more prompt and capture data in ur phyton script. It will be unlimited as ur script tell.
 
Seeing how you said that dup content isn't an issue, why do you have a script that rewrites content for you?

Could you please share that script with us? (Or a non-exactly the same version as yours)

I use the rewriting script to change the tone, voice etc. I use it whenever I need to make the article sound different.

I would also use it if I'm copying some content from another site. If you copy entire articles, the original site can take down your copied content from the SERP with a DMCA notice.

As of now, I don't have any plans to share that script. It's something I use to upsell another product.

However, you can modify the script from this thread and get it to rewrite content for you. Just modify the input file and the prompt. If the article is long, you may lose some context and the output will probably be shorter than the original.
 
I use OpenAI to rewrite content as well. I have a script that does that rewrites for me in bulk.
Which openAI model you use for rephrasing? I have tried davinci-002, but most of the time its generating almost same sentences.
One drawback of using OpenAI for rephrasing is it will cost double since input tokens also count.

what about using deepl.com/write for paraphrasing?
 
Which openAI model you use for rephrasing? I have tried davinci-002, but most of the time its generating almost same sentences.
One drawback of using OpenAI for rephrasing is it will cost double since input tokens also count.

what about using deepl.com/write for paraphrasing?
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.
 
As others have said, this was a great share.
Some people seem to be struggling with Python, so I used pyinstaller to make an executable version of the script which works on Windows platforms.
Download the file here:
https://www.mediafire.com/file/gmamp1v5kguq283/BHW+Script.zip/file

It's a zip file with three components:
- openai_scraper_v1.exe - a Windows executable -
- input.csv - an example of the input file
- openai_key.txt

INSTRUCTIONS

Download and extract onto your Windows machine - I recommend you use a sandbox until you're comfortable it's safe (!)
Edit the input .csv file with your queries
Edit the txt file and use your own openAI key, not the example in the file

Double click to run, and wait - nothing much happens until the run is completed and you end up with an output.csv file. I think Sheets is the best way to manipulate .csv files - you can do a one-click cleanup to remove extra spaces in the text (Data > data cleanup)

No guarantees or warranties. Kudos to OP @warriorsam53 who wrote the original script .

I checked the executable with Virustotal. I have no idea why it's showing 3 positives out of 67 - as I said, use at your own risk.

https://www.virustotal.com/gui/file/a52b212848794e8514cb9aca5757c60ec7420ebd22b84cd6cadc7cd3cfa715f3?nocache=1
its not generating any context or article
 
its not generating any context or article
Try it with just a few (3 - 5) items on your list and leave it to run. I thought the script didn't work initially but realised that it takes a while for the openai to generate articles, and also it can get stuck due to congestion. If you use a very short list you should see some results in a couple of minutes.
 
Great share....too bad G actively targets this kind of PAA websites.
 
I use OpenAI to rewrite content as well. I have a script that does that rewrites for me in bulk.



Yeah there’s not much you can do. You can modify the script to keep trying on errors but it’ll still use up and waste your credits as far as I




What I’m saying is that it doesn’t really matter even if some of the content is duplicate.

Depending on your niche and keywords, you may have some duplicate content. But it doesn’t really matter.

People have done tests and ranked 70-80% duplicate content. This shouldn’t be an is

Do you mind writting me in private an example? on a rewrite or paraphrase promt u use? ill study it. ive did 3 trys none work properly
 
Do you mind writting me in private an example? on a rewrite or paraphrase promt u use? ill study it. ive did 3 trys none work properly
Please PM me with the article and prompt you’re using. I’ll take a look and we can figure it out.
 
What about plagiarism? A lot of content Chat GPT has produced for me, I check it with Grammarly, etc, and most of the time it tells me they've found major plagiarism.

Also how quickly can you start getting traffic? Do you need to build any backlinks?
 
Great share....too bad G actively targets this kind of PAA websites.

Why do you feel these sites are being targeted? And on which characteristics are they being targeted?

What about plagiarism? A lot of content Chat GPT has produced for me, I check it with Grammarly, etc, and most of the time it tells me they've found major plagiarism.

Also how quickly can you start getting traffic? Do you need to build any backlinks?

I replied to a similar question on this thread a couple of days ago. If parts of the article are duplicate, it doesn‘t really matter. Sometimes, 100% duplicate content ranks higher than the original.

You can always make the article better by adding researched information. If you don’t provide AI with any data, it can only write about what it’s already read. Which is probably a form of plagiarism.

As far as traffic goes, it depends on your niche. In an easy niche, a few months. In a niche like mortgage, probably never lol.

I have a journey for a PAA site. I think it took 5 months or so for 2000 PV a month.

I try and avoid backlinks as far as possible. It’s hard to get good links for a good price so it’s not worth it for me. I prefer spending time on keyword research so I can rank without links. But if you go after competitive keywords, you don’t have a choice.
 
Back
Top