Have you ever wondered if you could automate your twitter posting? With WinAutomation you can! WinAutomation allows you to pull “tweets” from either a text file or an Excel spreadsheet and post them in Twitter based on a schedule. In this example, we are going to automate this specific task using a new action that has been introduced in WinAutomation v3: the "Download from Web" action.

The core component of this job is action no.6: "Download from Web". This action connects to the Twitter API and posts the first "tweet" from the text file. The properties of this action should look like this:

The variable %TweetList% contains a list. The first item of the specific list (which in this case is the first row of the text file) is %TweetList[0]% and it is the item that will be posted in Twitter.

Notice that you will have to enter the User Name and Password of your Twitter's account in the "Advanced" tab.
Now that we have created our job, we can create a "Schedule Trigger" so that it will run on a daily basis, at specific times. Right Click on the job in the console window and select "Edit Triggers". Then press the "Add new trigger" button and select the "Schedule Trigger". Your Schedule Trigger's properties will probably look like this:

After selecting "OK" in the dialog above, the Trigger List window will look like this:

You can also identify the presence of a trigger for the specific job, from the console window:

Attached you can find the job that you can directly import into WinAutomation ("File - Import Job" menu in WinAutomation's console window) and a sample text file that contains some "tweets". Notice, that the "Schedule Trigger" is already implemented in the job, so if you import it, the trigger will become active.
Interesting input but I also found some really nice twitter tricks at 10bomb.com so you might want to check it out.
Marylee
The best way to interact with Facebook and automate your daily tasks that are related to it, is through the official Facebook API. We will soon add a new category of actions for Facebook, that will allow you to update your status, check your notifications and much more, but this will not happen for at least one more month.
Till then, you can use the work-around that is implemented in the job that you can find here, and allows you to change your facebook status automatically. This job, authenticates the user and posts the new status through the old fashioned way, the HTTP post method. This is a rather complex job but it will work anyway.
Notice, that the 3 variables that you will have to configure in order for this job to work properly are:
1) %Username% : This variable must contain the email that you are using to login to facebook (e.g. thomas@winautomation.com)
2) %Pass% : The password for your facebook account
3) %Status% : The new status that you want to set
All 3 variables may be entered by the job's user, or retrieved from an external file (e.g. xls or txt file)
Is there a similar job to automate facebook status updates?
Post new comment