{ "info": { "author": "Samson Danziger", "author_email": "samson.danziger@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Programming Language :: Python :: 2.7" ], "description": "==================\r\nFanFiction.net API\r\n==================\r\n\r\nFeatures\r\n--------\r\n\r\n* Gather story, chapter and user information\r\n* Download stories to pdf, epub, mobi and txt\r\n* Gather stories, favourites, and favourite authors of a user.\r\n* Login Sessions\r\n* Full command line functionality\r\n * Help file\r\n * Download multiple stories\r\n * Download from file(s)\r\n * Download to different formats\r\n * Specify output directory\r\n\r\nPlanned features\r\n----------------\r\n\r\n* Filter and search effectively\r\n\r\nSetup\r\n-----\r\n\r\nTo setup, clone or download the zip, then run `python setup.py install`, from the root directory.\r\n\r\nAlternatively the package is available at `pypi `_.\r\nTo install run ``pip install fanfiction-api``\r\n\r\nIf authentication is going to be used, the program expects to see the file ``$HOME/.ffconf.yaml``, which should contain your fanfiction.net details. If no config file is specified, and this one does not exist, it will be created.\r\n\r\n``#$HOME/.ffconf.yaml``\r\n\r\n``username:``\r\n\r\n``email:``\r\n\r\n``password:``\r\n\r\n\r\nDependencies\r\n------------\r\n\r\n* `Beautiful Soup 4 `_\r\n* `PyYAML `_\r\n* `pdfkit `_\r\n* `ebooklib `_\r\n* `requests `_\r\n* `KindleGen `_\r\n\r\nChangelog\r\n=========\r\n\r\n1.1\r\n---\r\n* Add authentication\r\n* Add better configuration control\r\n\r\n1.0\r\n---\r\n* Gather stories and users\r\n* Download to various formats\r\n* Full command line argument parsing", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/MarsCapone/fanfiction-api", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://marscapone.github.io/fanfiction-api", "keywords": "fanfiction api", "license": "GNU GPL v2", "maintainer": "", "maintainer_email": "", "name": "fanfiction-api", "package_url": "https://pypi.org/project/fanfiction-api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fanfiction-api/", "project_urls": { "Download": "https://github.com/MarsCapone/fanfiction-api", "Homepage": "https://marscapone.github.io/fanfiction-api" }, "release_url": "https://pypi.org/project/fanfiction-api/1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple API to fanfiction.net", "version": "1.1" }, "last_serial": 1665501, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a90c5452c04358b65c004e904b60e33e", "sha256": "85e711d5e79501c40419ce388f98d4c32889cbac4e7d4d56fb9782eae87df3b4" }, "downloads": -1, "filename": "fanfiction-api-1.0.tar.gz", "has_sig": false, "md5_digest": "a90c5452c04358b65c004e904b60e33e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6556, "upload_time": "2015-08-04T20:37:19", "url": "https://files.pythonhosted.org/packages/90/48/794afd31cb1444a50a2442f30dbee346f9e526d31cf74f0f89a6c8b19e16/fanfiction-api-1.0.tar.gz" } ], "1.1": [] }, "urls": [] }