Project ID:
417188
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
I need to program RSS Submitter .EXE application in C#.
It will take URL of a RSS feed and automatically submits it to popular websites.
I have a XML file with definitions of RSS directories and websites.
I need to implement 3 types of posting:
type 1: Simple Get Request
type 2: Simple Post Request (standard weblogUpdates.ping call)
type 3: Loading URL to embeded browser, filling out/selecting the forms inputs and submitting the form
Here are the examples of XML definitions that I have
<site>
<type>1</type>
<url>http://www.rssmountain.com/autoadd.php?name=%TITLE%&amp;description=%DESCRIPTION%&amp;url=%FEED%&amp;pid=241</url>
<name>RSS Mountain</name>
<disabled>False</disabled>
</site>
<site>
<type>2</type>
<url>http://www.wasalive.com/ping/</url>
<name>WasAlive</name>
</site>
<site>
<type>3</type>
<name>FeedZie</name>
<field type='input' searchinname='feed' attribute='value' autoset='0' text='%FEED%'></field>
<field type='input' searchinname='email' attribute='value' autoset='0' text='%EMAIL%'></field>
<url>http://www.feedzie.com/submit.php</url>
</site>
The program should NOT have any UI, it should take a file that dontains:
RSS URL, Name, Description
and then submit all rss feeds from the file to the websites as defined in my XML file.
It should be very stable program that should not crash.
Skills required:
.NET,
XML