You have to login in order to post a reply to this topic.

16 replies [Last post]
Jag Foo
User offline. Last seen 1 year 43 weeks ago. Offline
Joined: 07/03/2009
Posts: 31

Here's a quick description of what each of these job does:

1. Check domain names

- Check for the availability of multiple domain names you specify for multiple extensions (e.g. .com, .org, .net etc)

 

2. Check availability of blogspot reserved names

Find out if the blogspot name is still available

 

3. EzineArticles

Automatically log into your EzineArticles account

 

4. Open Internet Browser

Open up the browser you want to go a particular webpage. Use for testing how site looks like under different browser environment (e.g. Firefox, IE, Safari)

 

5. Search for Meta data based on keywords you specify

Retrieve meta data (keywords and description) found in the first 20 sites of Google search based on a keyword you specify

 

6. Trends

Retrieve hot trend data from Google Trends and Twitter. Useful for trend marketing.

 

Please note that all these are sample jobs. You have to test them out first.

The idea is to give you an idea of how to piece the different actions together to form an automated workflow.

You may need to change actions such as mouse clicks position to suit your own PC screen size/resolution.

Hope this helps!

Jag

AttachmentSize
Check DomainNames.waj23 KB
CheckForBlogspotReservedNames.waj17 KB
EzineArticles_draft1.waj16 KB
Open Internet Browser.waj18 KB
Search For Meta Based on Keywords.waj22 KB
Trends.waj21 KB
Dave
Dave's picture
User offline. Last seen 14 weeks 1 day ago. Offline
Joined: 11/12/2009
Posts: 7
Re: Online Marketing Automation Jobs

Thanks Jag!!

MortenS
User offline. Last seen 6 days 4 hours ago. Offline
Joined: 12/21/2009
Posts: 5
Re: Online Marketing Automation Jobs

 Thank you Jag, what an awesome library of jobs!

fantasia
User offline. Last seen 2 years 1 week ago. Offline
Joined: 12/30/2009
Posts: 2
Re: Online Marketing Automation Jobs

Jag,

I used the "check domain names" script and liked it a lot. I even twisted the script a little bit and included other potential domain endings which I need for my URLs, and it worked like a charm...

However, recently it doesn't work any more. In particular, no data gets extracted to the result file.

I had a look at it and it seems as if the text for which the script is searching ("is available." and "is not available.") doesn't exist in the output html file. At least I couldn't find any occurrence of these words with full stop after them.

I tried to fix the script myself, but I'm somewhat lost with the html output from the domain checker. Could you maybe give me a hint as to how I can fix this?

Thanks in advance,

fantasia

scottpasinski
User offline. Last seen 2 years 1 week ago. Offline
Joined: 01/26/2010
Posts: 4
Re: Online Marketing Automation Jobs

Hey Guys,

I'm new here and I believe this is the product I want BUT I am newer to this and not familiar with some stuff.

What does the "waj" mean inthese files above Check DomainNames.waj and how do I get it to work?

I downloaded it and my computer says it is not reconized

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: Online Marketing Automation Jobs

 Hi there! You can import it through the "File - Import Job" menu in WinAutomation's console window. 

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==

scottpasinski
User offline. Last seen 2 years 1 week ago. Offline
Joined: 01/26/2010
Posts: 4
Re: Online Marketing Automation Jobs

yeah, I just figured that out ...thanks!

that was too simple...lol

Jag Foo
User offline. Last seen 1 year 43 weeks ago. Offline
Joined: 07/03/2009
Posts: 31
Re: Online Marketing Automation Jobs

fantasia wrote:

I tried to fix the script myself, but I'm somewhat lost with the html output from the domain checker. Could you maybe give me a hint as to how I can fix this?

 

Hi Fantasia,

The registrar changed the method of retrieving domain name results.

That's why there is a problem. But no worries, it's all fixed now, thanks to Thomas.

The updated job is as attached. Have fun exploring new domain names!

Jag

AttachmentSize
Check Hostnames v2.waj 23 KB
fantasia
User offline. Last seen 2 years 1 week ago. Offline
Joined: 12/30/2009
Posts: 2
Re: Online Marketing Automation Jobs

Hi Jag,

thanks for your help!

fantasia

baz
User offline. Last seen 37 weeks 5 days ago. Offline
Joined: 11/12/2009
Posts: 47
Re: Online Marketing Automation Jobs

Hi Jag

The online google results parser isnt working now. I;ve posted about this issue in another thread, but seems that parsing URL's from googles search results has gone a little wonky all over the place. Any ideas what the issue is?

All the best

Barry

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: Online Marketing Automation Jobs

 Are you talking about the Search For Meta Based on Keywords job? If yes, I think I know what the problem is. It seems that Google did a small change in the way that links look. You can fix your job just by changing the regular expression in the "Parse Text" action from:

(?<=class=r><a\shref=")(?<Protocol>\w+):\/\/(?<Domain>[\w@][\w.:@]+)\/?[\w\.?=\%&=\-@/$,]*(?="\s)

to:

(?<=class="r"><a\shref=")(?<Protocol>\w+):\/\/(?<Domain>[\w@][\w.:@]+)\/?[\w\.?=\%&=\-@/$,]*(?="\s)

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==

baz
User offline. Last seen 37 weeks 5 days ago. Offline
Joined: 11/12/2009
Posts: 47
Re: Online Marketing Automation Jobs

DM...you're a rock star. I would never have figured that out!

It seems from the huge (1o minutes) research I did about this that regex is considered by programmers to be pretty unstable for this type of thing and a HTML parser might be better. What are your thoughts DM and do you know if there are any plans to introduce this in Winauto?

All the best

Barry

baz
User offline. Last seen 37 weeks 5 days ago. Offline
Joined: 11/12/2009
Posts: 47
Re: Online Marketing Automation Jobs

ugh...have to go through all my regex files and replace this...so heres a better way I came up with.

Put your regex codes into text files and read from the text files into all your jobs as variables rather than adding them to each job, that way you only need to change the source text file to propogate changes across all jobs if the regex codes change in the future.

D.M.Altizer
User offline. Last seen 1 year 11 weeks ago. Offline
Joined: 01/12/2010
Posts: 204
Re: Online Marketing Automation Jobs

The solution with the text file seems pretty neat, especially if you are using the same regular expression in multiple jobs. 

Regarding the other thing that you mentioned, I guess that I would have to agree. Regular expressions are a very trustworthy tool to parse your text, but when it comes to HTML sometimes a web developer changes the code without any notice and this can break regex easily. For me it is not such big a deal since I can spot the change in less than 2 minutes and the changes do not happen so often (especially in large-scale websites like google), so it does not bother me. 

As for the HTML parser, I have heard pretty much the same with every other user that keeps track of the forum and sends the occasional support requests: there will be a significant leap forward with the introduction of WinAutomation v4 and the web recorder that it will include. I do not know any technical information about how they are planning to implement it but I'm guessing that it will be based on DOM (Document Object Model). This means that rather than relying on images, coordinates or text parsing, the web related actions will identify elements (objects) on the page (e.g. Submit Button, Specific Choice in Drop Down List etc). 

__________________

==Dedicated Automation Solutions==

__________________

==Dedicated Automation Solutions==

afanofwinning
afanofwinning's picture
User offline. Last seen 42 weeks 1 day ago. Offline
Joined: 11/14/2009
Posts: 50
Re: Online Marketing Automation Jobs

Awesome!!

__________________

~~~~~~~~~~@~~~~~~~~@~~~~~~~~@~~~~~~~~~~~~~~~~~
Double Your Productivity & Profits - Get Exclusive, Tips, Tools, Tutorials & Reviews -when You Join AutomationNewsLetter.com

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

__________________

~~~~~~~~~~@~~~~~~~~@~~~~~~~~@~~~~~~~~~~~~~~~~~
Double Your Productivity & Profits - Get Exclusive, Tips, Tools, Tutorials & Reviews -when You Join AutomationNewsLetter.com

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

schmutly
User offline. Last seen 28 weeks 3 days ago. Offline
Joined: 12/22/2009
Posts: 18
Re: Online Marketing Automation Jobs

Hey guys and gals....

Regading Jag's CheckForBlogspotReservedNames.waj  i have modified this and it works well.but i want to be able to do this:

Instead of browsing to a txt file with the keywords to check, i want to highlight with my mouse a few keywords (or even one) on a webpage and hit ctrl-c. Then use a keyboard trigger to do the rest of the script.

But i am STUCK on the clipboard. I am not sure why it is not working as i am only eliminating the 'load a txt file' in place of using the CLIPBOARD.

Can anyone give me a direction there please? It works quiet well still but i want to run this JOB in the background and if i goto, say, wordtracker and copy a keyword...i can then (instead of WASTING time pasting the clipboard into a notepad,then saving, then browse to the file just to load ONE keyword...doing via the clipboard would be GREAT.

Thanks... hope that makes sense,

Robbie

schmutly
User offline. Last seen 28 weeks 3 days ago. Offline
Joined: 12/22/2009
Posts: 18
Re: Online Marketing Automation Jobs

LOL...like anything in life HAVE A GO AT IT, and you'll work it out

I worked it out simply by looking at the "paste to text file" example in Intermediate examples folder and THAT did the trick.

so basically NOW, i can copy a list on webpage (ctrl-c) and press my trigger combination and the keywords will have thier spaces removed and each keyword in list checked...then each AVAILABLE domain will open up in a firefox tab ready to register...pretty COOL!!

I really cannot see the point of ubot when it takes, REALLY, literally minutes to create a job like above. Version 4 when it is ready SURELY must ROCK!!  Hurry it UP......pleeeeaasssee

 

Robbie