{ "info": { "author": "Xacce", "author_email": "thiscie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "# steam_comments\nSimple comments parser from Steam community\n\n# Install\n pip install steam_comments\n \n \n# Usage:\n from steam_comments.post import Post\n url = \"https://steamcommunity.com/groups/ns2rus/discussions/0/527273452871150509/\"\n p = Post(url=url)\n print p.count_comments()\n \n for comment in p.comments():\n print comment\n # {'profile_url':'..', 'image_url'='..', 'text':'...', 'id'='..', 'author'='..'}\n \n# Details\n* profile_url - Absolute url to steam profile\n* image_url - Absolute url to author avatar\n* text - html code of comment\n* id - Steam id \n* author - Author of comment", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xacce/steam_comments", "keywords": "steam parser comments", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "steam_comments", "package_url": "https://pypi.org/project/steam_comments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/steam_comments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xacce/steam_comments" }, "release_url": "https://pypi.org/project/steam_comments/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Steal commentaries from steam community", "version": "0.0.1" }, "last_serial": 1787057, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8888c9681ff76ee66fd24e60d39e52a3", "sha256": "ab915bab63c91d6fb2ae8ea6d04300114b9e748398c0f0253a25b056fa6a1484" }, "downloads": -1, "filename": "steam_comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8888c9681ff76ee66fd24e60d39e52a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2664, "upload_time": "2015-10-26T17:33:26", "url": "https://files.pythonhosted.org/packages/24/80/7242bcc221a416d159a65f66a1e05ce3d30fae4bdff3ce4b42c7a3baf441/steam_comments-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8888c9681ff76ee66fd24e60d39e52a3", "sha256": "ab915bab63c91d6fb2ae8ea6d04300114b9e748398c0f0253a25b056fa6a1484" }, "downloads": -1, "filename": "steam_comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8888c9681ff76ee66fd24e60d39e52a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2664, "upload_time": "2015-10-26T17:33:26", "url": "https://files.pythonhosted.org/packages/24/80/7242bcc221a416d159a65f66a1e05ce3d30fae4bdff3ce4b42c7a3baf441/steam_comments-0.0.1.tar.gz" } ] }