#4181 Blog tool should be able to pull in rss feeds NEEDS CRON

v1.0.0
closed
nobody
General
Cory Johns
2015-08-20
2012-05-09
No

The Blog/News tool should be able to pull in one or several external rss/atom feeds on a regular basis, convert new items' text or html to markdown, and create a regular entry in the tool. The 'feedparser' package should be used for parsing feeds. I don't know offhand what package can be used to convert html to markdown.

For the periodic fetching of rss feeds, the tool should expose a paster command via setup.py. Then we can set up a cron job to run it.

Test with both a twitter rss feed, and a wordpress blog feed. Make sure those work well.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-05-09
    • labels: --> adobe, 42cc
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,1 +1,3 @@
     The Blog/News tool should be able to pull in one or several external rss/atom feeds on a regular basis, convert new items' text or html to markdown, and create a regular entry in the tool.
    +
    +For the periodic fetching of rss feeds, the tool should expose a paster command via setup.py.  Then we can set up a cron job to run it.
    
     
  • Yaroslav Luzin - 2012-05-10

    Created #48: [4181] Blog tool should be able to pull in rss feeds (2cp)

     
  • Dave Brondsema

    Dave Brondsema - 2012-05-10
    • labels: adobe, 42cc --> adobe, 42cc, import
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,3 +1,5 @@
    -The Blog/News tool should be able to pull in one or several external rss/atom feeds on a regular basis, convert new items' text or html to markdown, and create a regular entry in the tool.
    -
    +The Blog/News tool should be able to pull in one or several external rss/atom feeds on a regular basis, convert new items' text or html to markdown, and create a regular entry in the tool.  The 'feedparser' package should be used for parsing feeds.  I don't know offhand what package can be used to convert html to markdown.
    +
     For the periodic fetching of rss feeds, the tool should expose a paster command via setup.py.  Then we can set up a cron job to run it.
    +
    +Test with both a twitter rss feed, and a wordpress blog feed.  Make sure those work well.
    
     
  • Yaroslav Luzin - 2012-05-16

    Closed #48 and pushed changes to 42cc_4181

    • status: open --> code-review
     
  • Dave Brondsema

    Dave Brondsema - 2012-05-16
    • qa: Cory Johns
     
  • Cory Johns - 2012-05-21
    • summary: Blog tool should be able to pull in rss feeds --> Blog tool should be able to pull in rss feeds NEEDS CRON
    • status: code-review --> closed
     
  • Cory Johns - 2012-05-21

    A cron job must be added with the following command to pull the RSS feeds:

    allurapaste pull-rss-feeds production.ini
    

    This is a new command, so the setup.py egg_info needs to be run.

     

Log in to post a comment.