Scriptopia
Newbie
- Nov 14, 2021
- 3
- 1
Hi dudes
Happy Sunday, hope you are chillliiinngggggggggg!
I'm new to blackhatworld but have been creeping around for a while lol. Just abit on my background probably should be in introductions! (Skip to second paragraph if you dont care) I am essentially on a journey to generating sources of passive income online - Whilst doing so I want to share my actions and ideas with the world on my blog, in the hope I may inspire people to do even better. No money scheme BS just really trying to make money and help others, some of the stuff I do may already be out there but I want to try it myself all and attempt to put my own spin on it!
So I noticed a tonne of posts online even on BHW mention quiz sites for monetisation, my initial thoughts were who the heck still does quizzes online!? With all the PlayStation's and Xbox's in the world why on earth would people be carrying out quizzes online? Then I thought there are probably over a million people in front of their computers right now just mindlessly wandering on the internet so why not? So I gave it a go!
The plan was to not have to write quiz questions and answers but rather have them generate automatically on a daily/weekly or even hourly basis - not having to really care. I mean people always talk about this autopilot money and that's exactly what I'm looking for here. So I started with what I knew - WEB SCRAPING
I started out by searching for online quiz sites that were making use of numerical incrementing URLS i.e. (There not real!)
- Some Quix . com/ GeneralQuiz1
- Some Quix . com/ GeneralQuiz2
- Some Quix . com/ GeneralQuiz3
I began working on a simple python script that would increment the post number and using BeatifulSoup (python package for exporting XML and HTML) I scrape the contents of each page. Using the content I would look for a pattern, for example they would contain two headers: "Questions" and "Answers". I would especially look out for a heading with the value "Answers" and place an ad code right before it. This way the post would consist of all the questions, then a beautiful banner ad followed by the much needed answers. Once done, the python script inserts it straight in to the website database making it live online.
I have managed to adjust the script for a few sites and keep each in rotation to try and keep it ABIT unique lol - I was considering applying synonyms on some words in the quiz questions and answers but not sure how it may come out and im lazy hehe - Maybe in the future or maybe one for you?? Okay so I have YT video online which demos the system so you can get a real idea of what Im talking about. If you want to find out more head to my blog site at scriptopia[dot]co[dot]uk
if im allowed to embed YT videos on a post let me know and ill do so going forward - not sure if that stuff will get me in trouble here?
PS!!!!! - I'm not selling anything and am in no way wanting anyone's money, literally just sharing my projects, copy them, use them and make your MULAAR! Just let me know if iv'e helped. Ive got a alot more in the pipeline and will post my updates on BHW. (Will be a new thread for each project)
Any feedback/questions just comment dude!
Happy Sunday, hope you are chillliiinngggggggggg!
I'm new to blackhatworld but have been creeping around for a while lol. Just abit on my background probably should be in introductions! (Skip to second paragraph if you dont care) I am essentially on a journey to generating sources of passive income online - Whilst doing so I want to share my actions and ideas with the world on my blog, in the hope I may inspire people to do even better. No money scheme BS just really trying to make money and help others, some of the stuff I do may already be out there but I want to try it myself all and attempt to put my own spin on it!
So I noticed a tonne of posts online even on BHW mention quiz sites for monetisation, my initial thoughts were who the heck still does quizzes online!? With all the PlayStation's and Xbox's in the world why on earth would people be carrying out quizzes online? Then I thought there are probably over a million people in front of their computers right now just mindlessly wandering on the internet so why not? So I gave it a go!
The plan was to not have to write quiz questions and answers but rather have them generate automatically on a daily/weekly or even hourly basis - not having to really care. I mean people always talk about this autopilot money and that's exactly what I'm looking for here. So I started with what I knew - WEB SCRAPING
I started out by searching for online quiz sites that were making use of numerical incrementing URLS i.e. (There not real!)
- Some Quix . com/ GeneralQuiz1
- Some Quix . com/ GeneralQuiz2
- Some Quix . com/ GeneralQuiz3
I began working on a simple python script that would increment the post number and using BeatifulSoup (python package for exporting XML and HTML) I scrape the contents of each page. Using the content I would look for a pattern, for example they would contain two headers: "Questions" and "Answers". I would especially look out for a heading with the value "Answers" and place an ad code right before it. This way the post would consist of all the questions, then a beautiful banner ad followed by the much needed answers. Once done, the python script inserts it straight in to the website database making it live online.
I have managed to adjust the script for a few sites and keep each in rotation to try and keep it ABIT unique lol - I was considering applying synonyms on some words in the quiz questions and answers but not sure how it may come out and im lazy hehe - Maybe in the future or maybe one for you?? Okay so I have YT video online which demos the system so you can get a real idea of what Im talking about. If you want to find out more head to my blog site at scriptopia[dot]co[dot]uk
if im allowed to embed YT videos on a post let me know and ill do so going forward - not sure if that stuff will get me in trouble here?
PS!!!!! - I'm not selling anything and am in no way wanting anyone's money, literally just sharing my projects, copy them, use them and make your MULAAR! Just let me know if iv'e helped. Ive got a alot more in the pipeline and will post my updates on BHW. (Will be a new thread for each project)
Any feedback/questions just comment dude!