Home > .NET, Programming > Blog Poster Software

Blog Poster Software

November 16th, 2009

Project Description:
Platform : .net framework

Simple windows software needed for :

Two main features

1. Url Harvestor -Find blog links through google and yahoo search engine
2. Comment poster -post comments on WordPress and Blogengine blogs.

Url Harvestor
user will input a search query eg “leave a reply” + health
Google and yahoo will return search results.

The harvestor will scrape those urls.

Should also allow multiple search queries

Urls scrape will go in text file

Blog poster module

Info that will be posted is :
1. Name
2. Email
3. Website
4. Comment

The user will provide all those details above.

Blog Engine blogs need similar parameters. See example
http://www.themes4blogs.com/Free-BlogEngine-Theme-The-Latest.aspx

Features:
1. Need to mimic browser, so that the comments are not flagged as spam eg can send browser headers etc

2. Fast with multi threading features

3. Ability to use proxy

4.Fully automatic submission

5 Supports almost all wordpress blogs (latest versions) and blogendine including the latest update.

6.Detailed submission report

7. Import details from csv file
eg
Name1##Email1##Web1
Name2##Email2##Web2


Blog Poster Software

Comments are closed.
Bear