ReWriter - Automatically Rewrite Affiliate Datafeeds And Articles

Status
Not open for further replies.


Same here, code not working.

Question: is this only licensed for use on one computer or can it be installed on a desktop and a laptop?

Sorry to anyone who can't get the discount code to work, there are 5 reduced price copies left. Anyone else having difficulty just send me a pm and I'll get you set up.

The software is not restricted by machine and can be installed on a desktop and a laptop.
 
Hey man, do you have plans to incorporate the feature below with wordpress in any future releases? I just saw this on one of your competitor's threads and was just wondering. I love the software so far it's kickass.

Autoblog on wordpress from windows : You can put your rss feeds, and the software will automatically spin the content from the feeds and post on your blogs. The best feature is that you can run as many autoblogs as you want and you can run them on wordpress.com too..(this is best because you wont have to worry about getting a domain name etc.)
 
Hey man, do you have plans to incorporate the feature below with wordpress in any future releases? I just saw this on one of your competitor's threads and was just wondering. I love the software so far it's kickass.

Yes version 3 will have the feature of being able to schedule the rewritten cvs files to wordpress blogs, a full feature set is planned with the ability to create categories, upload images, schedule posts and cloak affiliate links from the search engines. This update will be free for existing customers and the price for the application will be raised to $49.95 for new customers. The ETA for this update is roughly 2 weeks.

The wordpress scheduler will also be released as a standalone application at $19.95
 
For the next ten people who buy use the discount code: WFSPECIAL to get $10 off the cost price.
Damn- Guess I should have read the post closer before buying!

I've downloaded it and received and couple of emails already but not with the user/password yet. How long does that usually take?
 
Hi davidb, thanks for the purchase I have sent you a pm.

Also the WFSPECIAL discount has ended and there are no more discounted copies available.
 
I'm giving a Massive 50% discount to anyone who wants to purchase the software, This includes lifetime updates. This is only valid until the updated version with the wordpress scheduler gets released.

PM me to purchase.
 
One of my users asked me for a way to call rewriter server from python so I'm just posting the code here:

Code:
import urllib, urllib2
 
# 0 turns an option off, 1 turns an option on, rewritestring is the content you want rewritten.
 values = {'striphtml' : '0',
           'parshuf' : '0',
           'parrestruc': '0',
           'phrase' : '1',
           'word' : '1',
           'custom' : '0',
           'content' : rewritestring
           }
 
 data = urllib.urlencode(values)
 req = urllib2.Request('http://127.0.0.1:1285', data)
 response = urllib2.urlopen(req)
 rewrittencontent = response.read()
 
Status
Not open for further replies.