Congrats! Almost didn't recognize you with new username and profile pic.The project is going VERY well. It's running on 7 domains now and the oldest site just crossed 10k monthly clicks with 4000+ articles.
Whats the RAM requirements for pegasus? I couldnt find it online but most AI tools require a ton.For the assisted AI content creation I'm using one of the paraphrasing tools that is commercially available. I dont want to advertise anything specifically here. You could just as well use Quillbot like some people do.
For the fully automated creation (muuuuuch faster, a bit more mistakes) I'm running Pegasus on my own PC. I'm using exactly this: https://huggingface.co/tuner007/pegasus_paraphrase
---
To the other guy - there's no ready made tool to do something like this well. At least I haven't seen one. You gotta build it yourself with your own twists. I can give you advice but I'm not going to release my entire sourcecode. It's also not for sale.
So you are doing a google search for each individual h2? How many proxies u running?Look at the structure of my article. I get a main keyword like "running knee pain" and find sub-topics. The for each subtopic I'm looking online for a paragraph that ranks and answers the question.
Programming is an essential skill!I am inspired! Should continue my Python learning though![]()
Bought JR. Vip and thought changing my old nick will by a nice refreshmentCongrats! Almost didn't recognize you with new username and profile pic.
Are you monetizing it yet?
No idea about the RAM ma main machine has 32GBs of fast ram.Whats the RAM requirements for pegasus? I couldnt find it online but most AI tools require a ton.
Also would you consider your srticles to be actually readable and answer the query or is it mostly random excerpts. Because I have an old bot I made that follows the same principle as yours. (Google query, get h2 from each page and the text underneath) then mix matches them all into a single article.
Also are you using beautifuk soup for parsing the text or newspaper?
My issue with newspaper is that u cant grab the h2 so u end up with a massive article. I wanted to combine different h2s using newspaper otherwise not sure how else ur supposed to mix max them since theres no way to tell apart when theres a new section its talking about and when there isnt
article.download()
article.html0 proxiesSo you are doing a google search for each individual h2? How many proxies u running?
I consider 10mil+ a big project. I already own several 100k+ whitehat niche websites.1 million unique visitors per month are indeed huge project, Good luck with your journey OP
are you familiar with mvorganizing.org?This is amazingly amazing. I never thought AI generated content could bring traffic. Weldone here.
Hey man, how do you get 100k+ traffic on whitehat niche sites? Mind sharing the keyword research technique you do?Programming is an essential skill!
Bought JR. Vip and thought changing my old nick will by a nice refreshment
Not monetizing yet. Waiting for bigger traffic.
No idea about the RAM ma main machine has 32GBs of fast ram.
You can check an article I posted earlier, I think it was very readable.
Newspaper can get the html with:
article.download() article.html
And then you extract the headings and find it in the content later
0 proxiesWe're using a SERP api service. Don't really want to advertise so I don't look like a shill LOL. There are dozens on the market.
I consider 10mil+ a big project. I already own several 100k+ whitehat niche websites.
literally legit niche sites monetized with Mediavine/Adthrive. there's no real method here. Start with low competition keywords, and go higher with time. Make great quality content, original pics and research.Hey man, how do you get 100k+ traffic on whitehat niche sites? Mind sharing the keyword research technique you do?
How many posts should you start for low competition keywords? is it fine if I always target low comp keywords for 1-2 years??literally legit niche sites monetized with Mediavine/Adthrive. there's no real method here. Start with low competition keywords, and go higher with time. Make great quality content, original pics and research.
Not at all. What exactly is that??are you familiar with mvorganizing.org?
For low comp you don't need backlinks.And never build backlinks? Did you build backlinks??
once in a while test a keyword that is a level above the competition you usually target. If you can rank it then you're graduating to the next league, so to speak.is it fine if I always target low comp keywords for 1-2 years??
I'm going to call it objective met:
View attachment 182197
15 day average is way above the requirements to beat 1,000,000 page views a month. Earnings are averaging $200 - $230 a day.
Next objective, 10,000,000 page views a month by March 2022 and $2,000 a day.
Might be a struggle to get that but gotta try.
All your project coded with Python ?Hey folks,
I have a background in computer science. I already own several profitable content websites (but nothing crazy), and I'm tired of creating/outsourcing content.
I've created a simple app in Python that goes through the top results on Google for a given keyword, takes a paragraph from each for semantically relevant keywords, constructs a new article out of it, and paraphrases it using an AI tool. It also generates related images, adds nice formatting, and schema (I'm using FAQ schema a lot for PAA keywords).
I'm using WordPress on Linode with Centminmod. Posting using the REST API.
In the nearest future I'm launching 3 sites:
Attaching a sneak peek of my app. I will show you an example article in my next update.
- My passion hobby project - I will generate articles using AI, but edit them manually - So far this one is up with 3 articles, started yesterday.
- A big site where I will drip tens of thousands of posts without editing and try to monetize with display ads.
- Another fully-automated site that will target local keywords for lead generation.
Wish me luck!
Solid advice but wouldn't say a keyword/article takes like 4-6 months to rank and show results??? Any way to speed this up or no?once in a while test a keyword that is a level above the competition you usually target. If you can rank it then you're graduating to the next league, so to speak.
For the assisted AI content creation I'm using one of the paraphrasing tools that is commercially available. I dont want to advertise anything specifically here. You could just as well use Quillbot like some people do.
For the fully automated creation (muuuuuch faster, a bit more mistakes) I'm running Pegasus on my own PC. I'm using exactly this: https://huggingface.co/tuner007/pegasus_paraphrase
---
To the other guy - there's no ready made tool to do something like this well. At least I haven't seen one. You gotta build it yourself with your own twists. I can give you advice but I'm not going to release my entire sourcecode. It's also not for sale.