Saturday, May 14, 2011

Google Hot Trend Scraper and Emailer Script

Hello guys, I am sharing a custom script I wrote and sold (for $300) a few months ago.
I have heard many people asking for it, so I thought I'd share it with you guys for free
STOP
Before you download it, read what you have to know:
-you must have hosting that can run PHP and MYSQL
-be able to edit very basic PHP and MYSQL
-be able to setup a MYSQL database, table, user
-be able to setup a CRON JOB
What does it do?
The script is made to scrape google hot trends. It then filters these results based on a custom blacklist that you can create, as well as a 'history' of all previous hot trends. It then emails you a report of the progress, when it is run.
-if a hot trend contains any entry in( or is a preg_match to) the blacklist, it is removed and not emailed to you.
Eg: blacklist="dog,cat,bird"
Hot Trend Keywords = "how to kick a dog, how to swim,bird"
Emailed to you = "how to swim"
-if a hot trend is a perfect match to any entry in the history list, it is still sent to you but it is not bolded/ counted in the final email.
Eg: history="how to kick a dog, how to swim, bird"
Hot Trend Keywords = "how to kick a bird, how to swim, how to kick a dog with my foot"
Emailed to you = "how to kick a bird, how to kick a dog with my foot"
-Every entry that is emailed to you is automatically added to the history list. You have to add to the blacklist yourself.
How does an email look?
Header=
New Trends(11/18): Monday March 8th 2010
Body=
Hot term 1 [google search link] [google hot trends link]
Hot term 2 [google search link] [google hot trends link]
Hot term 3 [google search link] [google hot trends link]
Hot term 4 [google search link] [google hot trends link]

Hot term 11 [google search link] [google hot trends link]
Hot term 12 [google search link] [google hot trends link]
Hot term 13 [google search link] [google hot trends link]
Hot term 14 [google search link] [google hot trends link]

Hot term 18 [google search link] [google hot trends link]
In this example, 2 of the 20 daily hot terms matched to your blacklist entries.
Also, 8 of the 20 daily hot terms matched to your history entry.
The 'new terms' are bolded and above the list, ones that have occurred before are not bolded.
Download
http://rapidshare.com/files/379632186/Google_Hot_Trend_Scraper.php

No comments:

Post a Comment