This is fairly techny stuff so bear with me or skip to the next post.
After a fair bit of disappointment from BP (And quite a few agencies) and mourning the departure of Dasha@cupids, I wondered if I could potentially improve my odds of finding a gem on BP. And then one day while drinking some redbull at 2am the idea hit me. Why not automate my quest and have an automated system that can filter out the ads and find my next Sp Gem.
I came up with the following premises:
So I decided hey what the hell let me start on a little project during my spare time and see how it goes. I came up with a list of requirements and things that I could automate, the plan was to extract an Ad from BP and perform some logic and analysis on it. The basic draft of my requirements was to create a Robot that can
I started my little project about a week ago and so far I am extremely satisfied with the back end;
I have accomplished almost everything and I have to say I am quite content, I have been able to store and filter out most of what I want as shown in the following screenshots. I have been successful in eliminating a lot of B&S, Agency scams etc. I am presented regularly with a fresh list of Ads which I am currently (for the time being) filtering manually with sql queries. My next step is to create a VB.NET front end... which unfortunately I am quite a newbie to, so it's taking me a LONG time to actually build a decent interface for. But overall for about 10-15 hours worth of work... I'm not unhappy.
Structure of my DB

With Phone extraction, location extraction has been a massive pain in the ass

If anyone has any suggestions or ideas I could use please feel free to let me know
After a fair bit of disappointment from BP (And quite a few agencies) and mourning the departure of Dasha@cupids, I wondered if I could potentially improve my odds of finding a gem on BP. And then one day while drinking some redbull at 2am the idea hit me. Why not automate my quest and have an automated system that can filter out the ads and find my next Sp Gem.
I came up with the following premises:
- I have a FreeBSD virtual server
- I have perl & mysql installed (and not really doing much on this box) and some knowledge on how to do a few things
- I have the logic
- I've got some time to waste
- I'm bored
So I decided hey what the hell let me start on a little project during my spare time and see how it goes. I came up with a list of requirements and things that I could automate, the plan was to extract an Ad from BP and perform some logic and analysis on it. The basic draft of my requirements was to create a Robot that can
- Grab all the current ads automatically.
- Extract phone numbers
- Extract Pictures
- Guess the ethnicity based on keywords (I am partial to Brown and white girls)
- Find and filter out the racist ones (I'm not caucasian)
- Filter out spam (Agency and B&S - semi automatically)
- Keep a record of who I receive text messages from and "silence" their ads
- Give me an ability to add SPs to lists and block their ads
- Find and filter SPs by location (I don't enjoy traveling far for hobbying)
- Be able to search for similar Ads by phone number
- Include shortcuts to my filtering for googling numbers and using tinyeye to find fakes\duplicates
- Grab all the current ads automatically.
- Extract phone numbers, Ad titles, descriptions and such
- Extract Pictures
- Guess the ethnicity based on keywords (I am partial to brown and white girls)
- Find and filter out the racist (or racially selective) ones (I'm not caucasian)
- Filter out spam (Agency and B&S - semi automatically)
- Keep a record of who I receive text messages from and "silence" their ads
- Give me an ability to add SPs to lists and block their ads
- Find and filter SPs by location (I don't enjoy traveling far for hobbying)
- Be able to search for similar Ads by phone number
- Include shortcuts to my filtering for googling numbers and using tinyeye to find fakes\duplicates
I started my little project about a week ago and so far I am extremely satisfied with the back end;
I have accomplished almost everything and I have to say I am quite content, I have been able to store and filter out most of what I want as shown in the following screenshots. I have been successful in eliminating a lot of B&S, Agency scams etc. I am presented regularly with a fresh list of Ads which I am currently (for the time being) filtering manually with sql queries. My next step is to create a VB.NET front end... which unfortunately I am quite a newbie to, so it's taking me a LONG time to actually build a decent interface for. But overall for about 10-15 hours worth of work... I'm not unhappy.
Structure of my DB

With Phone extraction, location extraction has been a massive pain in the ass

If anyone has any suggestions or ideas I could use please feel free to let me know