Blog Syndication Bot
I’m on vacation right now so no video yet. But here is a bot that will log into a list of WordPress blogs and make a post. This is a cool tool for anyone that runs a blog network that makes posts across the network. You can also use {spin|tags|in|this|format} in the title and content [...]
Navigating A Site and Scraping Product Data
This one is a job that I was hired to do but I decided to make it into a tutorial also. With that said, no .ubot or .exe is provided. You will learn how to navigate through a site and grab category and product URLS. When that is finished you can see how to navigate [...]
Scrape A Webpage – Save To CSV
Here is a tutorial by request. This one will show you how to scrape certain data from a page and the compile it all into a CSV. Downloads: scrape_tutorial.zip Contents: source code for UBot developers, the executable file If you have any request for tutorials or have a job that you would like me to [...]
Free YellowPages Scraper – Yellow Pages
This bot that I made was originally going to be sold, but I decided to give it away. Not exactly sure why I did this because I know I could make some decent money off of it. What it does is scrapes the listings off Yellow Pages (yellowpages.com) and puts them in a CSV file. [...]
Twitter Blog Commenter Bot
I started selling my first bot about 24 hours ago. This bot only took me about 45 minutes to make and was really easy to do. I did end up spending an extra hour after I started selling them because it wasn’t compatible with IE8. Lesson learned there: always test on IE7 and IE8 before [...]
Ezinearticle to WordPress Bot
This bot I made in about 30 minutes using UBot software. I really didn’t add a whole bunch of features in it but it works perfectly. All it does is scrape articles off ezinearticles based off of your keyword. Then posts them on your wordpress blog. *One note about the video. Forgot to mention that [...]
Basic Loading From CSV File
This tutorial covers loading data from a CSV file into a list. The I use that list to manipulate a text field to show that the data was imported properly. You can download the bot code here: load_from_csv.zip
Loading From Text File
This tutorial shows you how to load data from a text file and add it to a list. After the list is made then we will loop through the data that was in the text file to show you how to use it. You can download the bot code: load_from_text.zip

