{ "info": { "author": "Renato Cunha", "author_email": "erangb@erangbphaun.pbz", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 2" ], "description": "# arXiv decent feeds\n\nEver wanted to follow arXiv feeds on Slack, but try as you might slackbot was\nunable to show arXiv updates?\n\nWonder no more! arXiv decent feeds reads and converts arXiv RSS feeds to valid\nRSS 2.0 feeds that slackbot will (hopefully) read!\n\n## Installation\n\n```\npip install https://github.com/trovao/arxiv-decent-feeds/zipball/master\n```\n\n## Usage\n\n### Adding a feed\n\n```\nusage: arxivdf add [-h] url target_file\n\npositional arguments:\n url\n target_file\n\noptional arguments:\n -h, --help show this help message and exit\n```\n\nFor example, to add the `cs.LG` (Computer Science Learning) feed, one could do:\n\n```\narxivdf add http://export.arxiv.org/rss/cs.LG\\?version\\=2.0 cs.LG.rss\n```\n\n### Fetching updates\n\n```\narxivdf update\n```\n\n### Generating feeds\n\nIf you added `cs.LG` as show above, after you can call the command `arxivdf\ngenerate` your feed will be saved to the file `cs.LG.rss` in the current\ndirectory.\n\n### Periodically updating and generating feeds\n\nJust set up a cron job with to do that. What I'm currently using is, with\na python virtualenv (the `source ~/venvs/feeds/bin/activate` part):\n\n```cron\n*/5 * * * * (source ~/venvs/feeds/bin/activate ; arxivdf update ; arxivdf generate)\n```\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/trovao/arxiv-decent-feeds", "keywords": "arxiv feed aggregator", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "arxiv-decent-feeds", "package_url": "https://pypi.org/project/arxiv-decent-feeds/", "platform": "", "project_url": "https://pypi.org/project/arxiv-decent-feeds/", "project_urls": { "Homepage": "https://github.com/trovao/arxiv-decent-feeds" }, "release_url": "https://pypi.org/project/arxiv-decent-feeds/0.0.2/", "requires_dist": [ "feedgen", "feedparser", "lxml", "python-dateutil", "pytz", "requests", "sqlalchemy" ], "requires_python": "", "summary": "Feed converer for arxiv feeds", "version": "0.0.2" }, "last_serial": 3128702, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "dc4dc2779ae79a3162c58d581874840b", "sha256": "58db3606385da0304a6068a255245f0c0d54d8c56ad6d493c5749b9cbdcc50fc" }, "downloads": -1, "filename": "arxiv_decent_feeds-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "dc4dc2779ae79a3162c58d581874840b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8596, "upload_time": "2017-08-28T10:43:55", "url": "https://files.pythonhosted.org/packages/a1/25/7ca0596ea358ef4af7a5eea20bd609c58fdd435aff7e9af1c889a9ced1ce/arxiv_decent_feeds-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "709bbed1faa15c4575d826ccab0883c0", "sha256": "c55edba17086c0d4ce1e52e1e2345ce98f2ed02b21d1bf4aa0fe99238ef3db3d" }, "downloads": -1, "filename": "arxiv_decent_feeds-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "709bbed1faa15c4575d826ccab0883c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8595, "upload_time": "2017-08-28T10:43:57", "url": "https://files.pythonhosted.org/packages/ec/31/d869eb60a0f4d2c81bb368a00122e09915ad206a89576c6719001741cc93/arxiv_decent_feeds-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc4dc2779ae79a3162c58d581874840b", "sha256": "58db3606385da0304a6068a255245f0c0d54d8c56ad6d493c5749b9cbdcc50fc" }, "downloads": -1, "filename": "arxiv_decent_feeds-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "dc4dc2779ae79a3162c58d581874840b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8596, "upload_time": "2017-08-28T10:43:55", "url": "https://files.pythonhosted.org/packages/a1/25/7ca0596ea358ef4af7a5eea20bd609c58fdd435aff7e9af1c889a9ced1ce/arxiv_decent_feeds-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "709bbed1faa15c4575d826ccab0883c0", "sha256": "c55edba17086c0d4ce1e52e1e2345ce98f2ed02b21d1bf4aa0fe99238ef3db3d" }, "downloads": -1, "filename": "arxiv_decent_feeds-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "709bbed1faa15c4575d826ccab0883c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8595, "upload_time": "2017-08-28T10:43:57", "url": "https://files.pythonhosted.org/packages/ec/31/d869eb60a0f4d2c81bb368a00122e09915ad206a89576c6719001741cc93/arxiv_decent_feeds-0.0.2-py3-none-any.whl" } ] }