Tagged Questions

2
votes
2answers
55 views

RSS feed scraping with Python

I'm a newbie to Python and programming in general so please excuse me if the question is very dumb. I've been following this tutorial on RSS scraping step by step but I am getting a "list index out ...
2
votes
5answers
210 views

How to prevent someone from hacking API feed?

I have started developing a webpage and recently hired someone to write code to display a customized feed (powered by API) in the middle panel on http://farmball.com/. Note that this is not the RSS ...
2
votes
5answers
2k views

Scrape and generate RSS feed

I use Simple HTML DOM to scrape a page for the latest news, and then generate an RSS feed using this PHP class. This what I have now: <?php // This is a minimum example of using the class ...
2
votes
10answers
695 views

Add RSS to any website?

Is there any website/service which will enable me to add RSS subscription to any website? This is for my company I work. We have a website which displays company related news. These news are supplied ...
1
vote
2answers
180 views

Map RSS entries to HTML body w. non-exact search

How would you solve this problem? You're scraping HTML of blogs. Some of the HTML of a blog is blog posts, some of it is formatting, sidebars, etc. You want to be able to tell what text in the HTML ...
0
votes
0answers
22 views

Creating xml from HTML Table

Following codes scrap all fields which contains data in child 0 and child 1. This script scrap td fields and convert it into xml tags but it returns a field which contains data on child1 but nothing ...
0
votes
1answer
119 views

Create RSS feed from webpage/ Display changes from external webpage

I am Creating a web application that will get homework from schools website. I have been creating rss feeds for the website using dapper Creating an rss feed converting that into html and then ...
0
votes
2answers
216 views

Web scraping (HTML format of popular websites)

How do I scrape any website for creating a feed for my website? What format do most popular sites follow?
0
votes
2answers
214 views

Preventing RSS feed scraping?

On a Wordpress site, I have both a normal blog that I want Google to detect and an RSS feed for outgoing links to other sites. I don't need/want bots to get at this other RSS feed nor do I want people ...
0
votes
2answers
239 views

How do I data mine various news sources?

I'm working on a free web application that will analyze top news stories throughout the day and provide stats. Most news websites offer RSS feeds, which works fine for knowing which stories to ...
0
votes
4answers
1k views

I'd like to scrape the iTunes top X RSS feed and insert into a dB

Preferably I'd like to do so with some bash shell scripting, maybe some PHP or PERL and a MySQL db. Thoughts?