Feedfinder2
===========
This is a Python library for finding links feeds on a website. It is based on
`feedfinder <http://www.aaronsw.com/2002/feedfinder/>`_ - originally
written by `Mark
Pilgrim <http://en.wikipedia.org/wiki/Mark_Pilgrim_(software_developer)>`_ and
subsequently maintained by `Aaron
Swartz <http://en.wikipedia.org/wiki/Aaron_Swartz>`_ until his untimely death.
Usage
-----
Feedfinder2 offers a single public function: ``find_feeds``. You would use it
as follows:
::
from feedfinder2 import find_feeds
feeds = find_feeds("xkcd.com")
Now, ``feeds`` is the list: ``['http://xkcd.com/atom.xml',
'http://xkcd.com/rss.xml']``. There is some attempt made to rank feeds from
best candidate to worst but... well... you never know.
License
-------
Feedfinder2 is licensed under the MIT license (see LICENSE).
Raw data
{
"_id": null,
"home_page": "https://github.com/dfm/feedfinder2",
"name": "feedfinder2",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Dan Foreman-Mackey",
"author_email": "foreman.mackey@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/35/82/1251fefec3bb4b03fd966c7e7f7a41c9fc2bb00d823a34c13f847fd61406/feedfinder2-0.0.4.tar.gz",
"platform": "UNKNOWN",
"description": "Feedfinder2\n===========\n\nThis is a Python library for finding links feeds on a website. It is based on\n`feedfinder <http://www.aaronsw.com/2002/feedfinder/>`_ - originally\nwritten by `Mark\nPilgrim <http://en.wikipedia.org/wiki/Mark_Pilgrim_(software_developer)>`_ and\nsubsequently maintained by `Aaron\nSwartz <http://en.wikipedia.org/wiki/Aaron_Swartz>`_ until his untimely death.\n\nUsage\n-----\n\nFeedfinder2 offers a single public function: ``find_feeds``. You would use it\nas follows:\n\n::\n\n from feedfinder2 import find_feeds\n feeds = find_feeds(\"xkcd.com\")\n\nNow, ``feeds`` is the list: ``['http://xkcd.com/atom.xml',\n'http://xkcd.com/rss.xml']``. There is some attempt made to rank feeds from\nbest candidate to worst but... well... you never know.\n\nLicense\n-------\n\nFeedfinder2 is licensed under the MIT license (see LICENSE).",
"bugtrack_url": null,
"license": "MIT",
"summary": "Find the feed URLs for a website.",
"version": "0.0.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "b579bc70a0993004d69d47cc9e1fabc6",
"sha256": "3701ee01a6c85f8b865a049c30ba0b4608858c803fe8e30d1d289fdbe89d0efe"
},
"downloads": -1,
"filename": "feedfinder2-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "b579bc70a0993004d69d47cc9e1fabc6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3297,
"upload_time": "2016-01-25T15:09:17",
"upload_time_iso_8601": "2016-01-25T15:09:17.492229Z",
"url": "https://files.pythonhosted.org/packages/35/82/1251fefec3bb4b03fd966c7e7f7a41c9fc2bb00d823a34c13f847fd61406/feedfinder2-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2016-01-25 15:09:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "dfm",
"github_project": "feedfinder2",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "feedfinder2"
}