biomadeira / gae_pubmed2rss

Python code deployed to GAE

Home Page:https://pubmed2rss.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pubmed to Rss feeds

Pubmed2rss app running in Google App Engine.

API methods:

Decodes the inputted string.

Example http://pubmed2rss.appspot.com/search/pubmed/%22PLoS%20One%22[jour]

  • /search/pubmed/<string>
  • /search/pubmed/string=<string>
Generates an unique Rss id(rss_guid) from Pubmed.

Example http://pubmed2rss.appspot.com/rss/pubmed/string=%22PLoS%20One%22[jour]&feeds=20

  • /rss/pubmed/<string>
  • /rss/pubmed/string=<string>
  • /rss/pubmed/<string>&<feeds>
  • /rss/pubmed/string=<string>&feeds=<feeds>
Consumes a Pubmed rss feed (rss_guid) and tweets the new entries. If rss_guid is not provided uses the last one in the db.

Example http://pubmed2rss.appspot.com/twitter_bot&rss_guid=10KSIBP312BFu5ZtZWGihbGEZXh4IK2Q9I44Hvc1UXvWiIeEp5

  • /twitter_bot
  • /twitter_bot&<rss_guid>
  • /twitter_bot&rss_guid=<rss_guid>

Licensing

See LICENSE

About

Python code deployed to GAE

https://pubmed2rss.appspot.com/

License:MIT License


Languages

Language:Python 54.0%Language:HTML 42.3%Language:CSS 3.7%