{ "info": { "author": "Antonizoon Overtwater", "author_email": "antonizoon@bibanon.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "420chan Python Library\n======================\nThe Bibliotheca Anonoma's **complete Python Wrapper for the 420chan API.**\nUses requests, respects if-modified-since headers on updating threads.\nCaches thread objects. Fun stuff.\n\nAn absolute must if you want to interface with or scrape from 4chan,\nusing a Python script.\n\n`Hosted Documentation `_\n\n`Github Repository `_\n\nYou can install this library `straight from\nPyPi `_ with::\n\n pip install py420chan\n\n\n**Getting Help**\n\nIf you want help, or you have some trouble using this library, our primary IRC channel\nis `#bibanon on irc.rizon.net `_. Simply head\nin there and talk to dan or antonizoon. Otherwise, you can put a issue on our `Github\nIssue Tracker `_ and we'll respond as soon as\nwe can!\n\n--------\n\nUsage\n-----\n\n.. code:: python\n\n import py420chan\n nom = py420chan.Board('nom')\n thread = nom.get_thread(423491034)\n\n print(thread)\n\n for file in thread.file_objects():\n print(file.file_url)\n \n # In a while...\n print(\"I fetched\", thread.update(), \"new replies.\")\n\nDocumentation\n-------------\n\nThis library mostly extends the classes of `BASC-py4chan `_, but has some differences. See the py8chan documentation for more info.\n\n`py420chan Documentation `_\n\nNotice that some functions are not implemented in the 420chan API. These functions will `raise an AttributeError when used. `_\n\n* omitted_posts - The lack of this feature forces us to ditch `expand()` and use `update()` instead.\n* omitted_images - Because the `omitted` attributes are missing, the `repr` no longer reports them.\n* filedeleted - The image will just 404 if it was deleted.\n* spoiler\n* images - No total of all images in the thread.\n* bumplimit\n\nLicense\n-------\n\n.. code:: text\n\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n Version 2, December 2004\n\n Copyright (C) 2004 Sam Hocevar \n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. You just DO WHAT THE FUCK YOU WANT TO.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bibanon/py420chan", "keywords": "420chan api", "license": " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n Version 2, December 2004\n\n Copyright (C) 2004 Sam Hocevar \n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. You just DO WHAT THE FUCK YOU WANT TO.\n\n", "maintainer": "", "maintainer_email": "", "name": "py420chan", "package_url": "https://pypi.org/project/py420chan/", "platform": "", "project_url": "https://pypi.org/project/py420chan/", "project_urls": { "Homepage": "http://github.com/bibanon/py420chan" }, "release_url": "https://pypi.org/project/py420chan/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Python 420chan API Wrapper. Based on the BASC-py4chan 4chan API Wrapper.", "version": "0.0.3" }, "last_serial": 4527561, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "89164cab9e0539250c959a51051fca72", "sha256": "a148c24ea065d22600772014131b2891e7fe872a66b32cf2aa65af9d1d3b453c" }, "downloads": -1, "filename": "py420chan-0.0.3.tar.gz", "has_sig": false, "md5_digest": "89164cab9e0539250c959a51051fca72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10555, "upload_time": "2018-11-26T01:14:44", "url": "https://files.pythonhosted.org/packages/52/a6/4be16446b52b8599d276c3c13c56f8c757069b079d5c5a91b19a7ee36468/py420chan-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89164cab9e0539250c959a51051fca72", "sha256": "a148c24ea065d22600772014131b2891e7fe872a66b32cf2aa65af9d1d3b453c" }, "downloads": -1, "filename": "py420chan-0.0.3.tar.gz", "has_sig": false, "md5_digest": "89164cab9e0539250c959a51051fca72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10555, "upload_time": "2018-11-26T01:14:44", "url": "https://files.pythonhosted.org/packages/52/a6/4be16446b52b8599d276c3c13c56f8c757069b079d5c5a91b19a7ee36468/py420chan-0.0.3.tar.gz" } ] }