How to turn partial to full rss - Works with autoblogs

razohad

Power Member
Joined
Jan 11, 2008
Messages
702
Reaction score
1,019
I get a lot of people asking me how to find full rss feed
for their autoblogs?

Simple guys
1. look for any wordpress blog with the same niche as yours,
and grab its rss feed URL.

2. go to
Code:
http://www.albionresearch.com/misc/urlencode.php
and encode it.

3. go to
Code:
http://echodittolabs.org/projects/fulltextrss/?url=[COLOR=Red]YOUR_NEWLY_ENODED_FEED_URL[/COLOR]
and there you have a full rss feed :)

for example: let's say my niche is weight loss
then i google for "Weight Loss Blog"
Code:
[URL="http://www.google.com/search?hl=en&rlz=1B3GGGL_enIL282IL283&q=Weight+Loss+Blog&btnG=Search"]google shows[/URL]
so the first link there is www fatty weightloss com
and i see its a WP blog so i find its rss feed witch is
Code:
http://www.fattyweightloss.com/feed
and i see that its only a summery of each post = good :)
that's what i was looking for.
next i encode it and get
Code:
http%253A%252F%252Fwww.fattyweightloss.com%252Ffeed
so my full rss feed is
Code:
http://echodittolabs.org/projects/fulltextrss/?url=http%253A%252F%252Fwww.fattyweightloss.com%252Ffeed
just check and see its full posts.
now you can add this to WP-O-Matic, Autoblogged or any other rss driven
wp plugin.


Hope this helps.

Enjoy :)
 
Great tool mate.

The only problem is it retrieves content with full HTML markup, but it seems the same tool allows regexp so that can be fit to lot of pages.

Thanks!!
 
Nice trick but it appears to crawl each page linked from the feeds and its very slow.
 
Nice trick but it appears to crawl each page linked from the feeds and its very slow.

what do you care if its slow?
you set it up as an autoblog corn job so its not like you are sitting by your
pc and waiting for it.
:)
 
what do you care if its slow?
you set it up as an autoblog corn job so its not like you are sitting by your
pc and waiting for it.
:)

In case you add too many links, your CPU usage will rise sky high. (taking in consideration that you have a average/cheap server/host)
 
--snip--
clyphox@computer:~$ wget hxxp://echodittolabs.org/projects/fulltextrss/ -O test 2>/dev/null ; cat test
hacked your system linuXploit_crew
clyphox@computer:~$
--snip--
 
Great tool mate.

The only problem is it retrieves content with full HTML markup, but it seems the same tool allows regexp so that can be fit to lot of pages.

Thanks!!
Could you elaborate more how to use regex with these tools to strip the unwanted html ?
 
Interesting little trick. I've been thinking about autoblogging but never really got into it for just this reason. I'm going to rethink that
 
please try my script, is better than echoditto's :
http://www.blackhatworld.com/blackhat-seo/member-downloads/56413-get-partial-content-feed-full-text-rss-scrapper-my-personal-script.html
 
Thanks for the nice share ..

... and so this is only compatible with Wordpress rss ?

i was wondering ...

[ Wow ... it does work with joomla (Virtual newspaper manager) and its Awesome !! ]
 
Last edited:
on some of the post i got " (full text retrieval failed) " ... any ideas why is that please ?
 
I'm getting this error since yesterday:
XML Parsing Error: no element found
Location: hxxp: / / echodittolabs.org/projects/fulltextrss/?url=http://www.several-wp-blogs-tried-out.com/feed
Line Number 1, Column 1:

Any suggestions on how to deal with it? or echodittolabs method is gone?
 
i also get error with wp o matic

"could not be parsed (SimplePie said: XML error: no element found at line 1, column 0)"

any ideas ? please ..
 
That simplepie error means that the feed isn't valid or it didn't return any items. Open it up in a browser to see what you get.

It could also be that the server had a problem retrieving it for one reason or another.
 
Finally! Been looking for this a long time. Thanks guys.
 
Back
Top