uvacw / inca

24 stars 6 forks source link

Collect Wordpress blogs #108

Open theoaraujo opened 7 years ago

theoaraujo commented 7 years ago

Indicate which blog is needed and as long as it uses wordpress, follow it

damian0604 commented 6 years ago

the generic RSS-scraper should be able to handle this, given that wordpress usually has RSS enabled. If someone wants a specific wordpress blog, we go ahead and scrape it using rss

bobvdvelde commented 6 years ago

Are wordpress blogs similar enough that we can extract blog titles/bodies/etc from the landing page of RSS links?

damian0604 commented 6 years ago

The default setting in wordpress is to publish the whole body in the RSS feed, so I think we should postpone implementation until someone needs a specific WP-page that has this setting changed.