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

I run the script as a .py file on Windows with Python installed in app store and nothing happens. Help?

And funny how OP starts the prompt with "please", just in case the robot overlords take over and are like: spare that one, he said please.

View attachment 245644
I’m sorry I don’t know much about Windows. If you download PyCharm, it should work.
 
I run the script as a .py file on Windows with Python installed in app store and nothing happens. Help?

And funny how OP starts the prompt with "please", just in case the robot overlords take over and are like: spare that one, he said please.

View attachment 245644
what do you mean by nothing happens? It does take a while to process if you lots of KWs. there will be error messages for sure if it not working
 
Is anyone using this on Windows? Because I saved the script as a .py and when I run it nothing happens. Pycharm didn't help.

Share your steps.
 
Is anyone using this on Windows? Because I saved the script as a .py and when I run it nothing happens. Pycharm didn't help.

Share your steps.
It works fine for me on Windows with straight install of python. Do not forget you have to pip install pandas, openai, requests, etc... I forgot which ones exactly.
 
Is anyone using this on Windows? Because I saved the script as a .py and when I run it nothing happens. Pycharm didn't help.

Share your steps.
Also, try it with a sample .csv first with 1 or 2 topics. It should either run or give you an error. If not, check your installation of python.
 
Is anyone using this on Windows? Because I saved the script as a .py and when I run it nothing happens. Pycharm didn't help.

Share your steps.
Same nothing happed and after running 7 hours and using 12$ credit no saved files nothing
It works fine for me on Windows with straight install of python. Do not forget you have to pip install pandas, openai, requests, etc... I forgot which ones exactly.
can you share steps
 
Go for it. All the best.



Well, I don’t really read them. Lol.

As far as motivation goes, it takes a couple of hours to make a site like this. It’s set and forget, churn and burn or whatever else you’d like to call it.

I mostly use it to test ideas. Using the example above, I can reliably determine whether Yerba Mate is a good niche to get into based on how the posts perform.

For my own sites, if a page starts getting traffic, I have it rewritten by a writer.

But I understand your point of view. Eventually, it’s just spamming the SERP with garbage.

Seems like a great idea, especially the script automation. But you the OP said, Eventually, it’s just spamming the SERP with garbage.
 
Seems like a great idea, especially the script automation. But you the OP said, Eventually, it’s just spamming the SERP with garbage.

Yes it is. But if I don’t do it, someone else will. Might as well make the most of it while it lasts.
 
How is this method intended to generate money, though?

You can monetise it however you like. Display ads, affiliate, lead gen, list building, selling your own products etc .. It depends on what you want.
 
You'd be better off writing each section separately. It'll work especially well if your content can follow some sort of a fixed structure.

You can also use embeddings to summarize what's written, send it back and then ask it to write based on that.
How do you use embeddings to summerize. AFAIK embeddings just convert text into vectors
 
How do you use embeddings to summerize. AFAIK embeddings just convert text into vectors

I saw a video on YT where someone had a tutorial on how to do it. Let me try and find it. It should be in my history.

But I think you're right. He summarized the text first, then used the embeddings API and generated content based on that.
 
I saw a video on YT where someone had a tutorial on how to do it. Let me try and find it. It should be in my history.

But I think you're right. He summarized the text first, then used the embeddings API and generated content based on that.
Alright. So whar is your approach now to produce factual content?
 
Back
Top