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 workingI 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
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 nothingIs 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.
can you share stepsIt 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.
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.
How is this method intended to generate money, though?You can also use this script for other types of content or for inserting researched data into a prompt.
Use YouTube so many examples running python on WindowsSame nothing happed and after running 7 hours and using 12$ credit no saved files nothing
can you share steps
How is this method intended to generate money, though?
I love you man,
Thanks for your python script, I will use it in my project.
How do you use embeddings to summerize. AFAIK embeddings just convert text into vectorsYou'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
Alright. So whar is your approach now to produce factual content?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.