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

Status
Not open for further replies.
All your project coded with Python ?
100% Python 3.9 right now. I'm not moving to 3.10 because of some dependencies and few new things in 3.10
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?
what? no. low competition keywords rank within weeks. The keywords that are adequate for the "power level" of your site rank quickly.

@GVald
Cause it's 100% automatic bro.
 
100% Python 3.9 right now. I'm not moving to 3.10 because of some dependencies and few new things in 3.10
What are you using now instead of Nider now that you're using 3.9?

And did you train your own paraphrase or you using any specific one? (And did you test any of them? Wonder which has best results in terms of fluency & which one has best results in terms of avoiding duplicate content)
 
What are you using now instead of Nider now that you're using 3.9?

And did you train your own paraphrase or you using any specific one? (And did you test any of them? Wonder which has best results in terms of fluency & which one has best results in terms of avoiding duplicate content)
Pillow is a great way around
 
What are you using now instead of Nider now that you're using 3.9?

And did you train your own paraphrase or you using any specific one? (And did you test any of them? Wonder which has best results in terms of fluency & which one has best results in terms of avoiding duplicate content)
look above. I explained how to install Nider on 3.9 a few posts before.

We trained our own simple model now.
 
Just found this great article today.
Does this way still work great or is it get patched by G?
 
I've prepared for the monetization part in several ways. I'm sorry if I'm not revealing everything.

I get keywords by scraping PAAs. I also analyze trends (looking at global DNS queries) and search for websites that are growing rapidly and steal their keywords using an algorithm I've coded recently.

I've got over 20 websites right now. I'm 100% hitting the initial goal in a few months.

Hey guys I got an idea. Tell me a niche and if I like it I will make a website with 1000 articles just for fun for the sake of this thread and publish the url here :) PG-13 stuff only please ;)

finance, camping, hiking, gardening, martial arts or mental health
 
You might have problems with installing Nider/Pillow on Python 3.7+:

Linux:
  • sudo apt-get install python-dev libjpeg-dev libfreetype6-dev zlib1g-dev
  • do the above before installing pillow. if you already installed then uninstall and pip install --no-cache-dir -r requirements.txt
Windows:
  • python -m pip download nider==0.5.0
  • python -m pip install --no-deps -c constraints.txt nider==0.5.0
  • python -m pip install colorthief
  • python -m pip install -r requirements.txt
  • Problems? pip uninstall pillow, do these steps again.
constraints.txt file contains 1 line:
pillow>=9.0.0
Doesn't really work for me due to pillow wheel error constantly on first step despite being uninstalled
 
Doesn't really work for me due to pillow wheel error constantly on first step despite being uninstalled
did you do the constraints thing? what OS?
 
did you do the constraints thing? what OS?
I tried 2 different ways.

If I try installing Nider first it wont even install nider because of wheel error when trying to install pillow.
So what I did first was uninstalled pillow, install nider without installing pillow, no error anymore, however, when running Python3.9 gives me an error due to pillow not being compatible with Python 3.9 (couldn't install 5.3.0 at all)

I'm in Windows 10. I'll try again and see if I can bypass the error but haven't been very successful so far.

Also, didn't get any constraints.txt
 
Last edited:
read my original post on that topic. you need to create a constraints.txt file. It works, confirmed on 10+ windows, linux, mac servers.
 
read my original post on that topic. you need to create a constraints.txt file. It works, confirmed on 10+ windows, linux, mac servers.
You're right with the constraint thing it works, however, for me it really doesn't because of newspaper module, it uses Pillow and it can't import it.


File "C:\Python\lib\site-packages\newspaper\images.py", line 18, in <module>
from PIL import Image, ImageFile
ModuleNotFoundError: No module named 'PIL'

I have the latest pillow 9.1 installed but it still can't import it likely due to Nider? Not entirely sure but I'll see if I can fix it.

1649781022783.png

Edit: Think I fixed it by reinstalling Pillow + loading Pillow module before Nider & before Newspaper
 
Last edited:
finance, camping, hiking, gardening, martial arts or mental health
Cool think I'm gonna a simple site about martial arts when I get the time to classify the keywords for it.
 
I've prepared for the monetization part in several ways. I'm sorry if I'm not revealing everything.

I get keywords by scraping PAAs. I also analyze trends (looking at global DNS queries) and search for websites that are growing rapidly and steal their keywords using an algorithm I've coded recently.

I've got over 20 websites right now. I'm 100% hitting the initial goal in a few months.

Hey guys I got an idea. Tell me a niche and if I like it I will make a website with 1000 articles just for fun for the sake of this thread and publish the url here :) PG-13 stuff only please ;)
Good thread!
Your thread proves that keywords are still key, and of course content is important. Generate "no spam" content through AI technology. I'm not familiar with the code, so I can't understand the knowledge in threads.

Maybe I should learn something about Python.

Also, if possible, please tell us how you monetize these websites.

I'm using adsense and https://www.valueimpression.com/, they're good, and I've recently wanted to improve the way I monetize.

Thank you for your time,
Huang
 
did you do the constraints thing? what OS?
Is the browser not logged in paraphraser good enough for you on quillbot? Or only the api version is useful for you? I've mapped the api and could make multi api keys work but just want to see if this is necessary or if the browser site is good enough their homepage why not just use this from different instances?
 
Is the browser not logged in paraphraser good enough for you on quillbot? Or only the api version is useful for you? I've mapped the api and could make multi api keys work but just want to see if this is necessary or if the browser site is good enough their homepage why not just use this from different instances?
Using our own model now. Quillbot has been blocking me when used constantly. Pain in the ass.
 
Using our own model now. Quillbot has been blocking me when used constantly. Pain in the ass.
I'm gonna crack it. is unlimited browser usage or via api more preferable? Can parse new api keys that way or just spoof headless for browser usage.
 
I'm gonna crack it. is unlimited browser usage or via api more preferable? Can parse new api keys that way or just spoof headless for browser usage.
API requests is preferable. How do you deal with their Cloudflare protection?
 
Status
Not open for further replies.
Back
Top