[Journey] 1 million UVs/month in 12 months using AI generated content. Let's do it!

Status
Not open for further replies.
Thanks! Which one was that? I've seen another thread where someone was successful: https://www.blackhatworld.com/seo/scaling-autogenerated-content-to-100-000-page-views-a-month.1313311/page-14
My bet is the websites that fail are just low quality, lots of gibberish, bad design, etc.

I won't share the script for the simple reason that I'm using an AI app that doesn't have an official API and I'm breaking the terms of service and want to fly under the radar(this app isn't very well-known). It's not based on GPT-3 and it's not Quillbot.

I can share parts of the code, for example how I create the images. And I can answer any questions and give you tips.
Can you share how I can set it up myself I know how to write python so maybe I can launch one myself if you doesn’t mind
 
Can you share how I can set it up myself I know how to write python so maybe I can launch one myself if you doesn’t mind
you can just start with Python and GPT-3 API.
 
you can just start with Python and GPT-3 API.
Oké Nice. And do I need to take care of the author update by google. They are tracking content writings vectors for determine the style of writing to track the authenticity of the writer. Is there a possibility to make the output non standard from the output what it gives most people?
 
Can you please give me a clue on how to add rich snippets and meta data through Rest API on python
 
Its amazing , r u planning to sell your script or giving paid service to other users.
 
Hi, I also have similar bot that I built recently, I am thinking if I should add relevant images on my post. I am thinking of using the title of some random <h2> heading then use it for search query on google images, filter out the results to Creative Commons licenses, then finally, the scraper would get the direct link of the image then embed it on my post with the alt text of the focused keyword.

I see that your bot generates featured images on your wordpress post.

But, May I know if your bot also auto generates related rich contents like twitter posts, images, and videos then embed it on your post? Do you think that will make significant increase on rankings? Thanks.
 
Its amazing , r u planning to sell your script or giving paid service to other users.
I'm thinking about it but it's very complex to package it into something user-friendly and in the end I'm making so much money that I probably won't do it. I'm also getting a little burned out and reached my retirement goals.
 
  1. Selenium and Helium if I need to automate a browser
  2. Nider for writing on images
  3. Pillow for image manipulation
  4. sentence_transformers, torch for ML
  5. spacy for NLP
  6. python-unsplash
  7. For uploading to WP REST API I'm just using requests/json/base64

Python 3.6 works the best with these, above there's gonna be dependency hell.

Just divide the project into small steps. For example:
  1. Take a keyword.
  2. Scrape top 10 results from Google
  3. Get something from these sites. Combine into an article. I used to extract contents using Newspaper.
  4. Paraphrase. Start with this: https://huggingface.co/tuner007/pegasus_paraphrase
I will set up a simple script for you guys later this week so you got some place to start.
Hi, do you manually pick the KW or the script does it from a given list ? Do you review any of the images? What if it adds an image with a watermark ?
 
I read all 73 pages in the last 2 days, what a great journey. I was impressed by your paraphrasing process making your content 100% unique.
Now that you are using your own trained AI to generate content and not paraphrasing anymore maybe you can tell us more about the paraphrasing process and how you did it.
 
your post just really helped re-energize me for different stories about AI content !
great stuff and please keep us updated
 
I'm thinking about it but it's very complex to package it into something user-friendly and in the end I'm making so much money that I probably won't do it. I'm also getting a little burned out and reached my retirement goals.
You seem to be a great person. All the best for your retirement. I think you can create something amazing in future.
 
I read all 73 pages in the last 2 days, what a great journey. I was impressed by your paraphrasing process making your content 100% unique.
Now that you are using your own trained AI to generate content and not paraphrasing anymore maybe you can tell us more about the paraphrasing process and how you did it.
I went through BERT, Quillbot, Wordtune, Pegasus. I reverse engineered the private APIs of Quillbot and Wordtune.
 
@Sartre is there any specific way to find untapped good niches from pinterest. Appreciate if you can share the method how you do it.
Thank you.
 
@Sartre hello.
how do you avoid scraping/publishing of duplicate kw?

Just to be clear: python scrape and generate content for the kw “how to install WordPress”.

how do you avoid that after x days the bot scrape and generate again content starting for the same kw?

thanks
 
Amazing journey, and congratulations for a successful journey!
 
I went through BERT, Quillbot, Wordtune, Pegasus. I reverse engineered the private APIs of Quillbot and Wordtune.

Slightly offtopic.
How do you find out what private APIs different services use?
How many prompts/reprompts do you usually use to create the content?
How many articles is it safe to publish per day to an aged domain with traffic and backlinks?
 
Slightly offtopic.
How do you find out what private APIs different services use?
How many prompts/reprompts do you usually use to create the content?
How many articles is it safe to publish per day to an aged domain with traffic and backlinks?
Just look up on search engines about the API's.
You don't need hidden API's etc. just automate with requests, same thing and less bans.

Repromt till it is somewhat similar to the original.

Like Sartre and others said, just load about 200 a day.
 
Status
Not open for further replies.
Back
Top