{ "info": { "author": "Juan Jos\u00e9 Mendoza", "author_email": "contacto.juanmendoza@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Home Automation" ], "description": "# FacebookWebBot\n\n=======================\n\nA simple library to automatize facebook without the official API\nAll the functions are made scrapping and parsing mbasic.facebook.com\n\n## Available functions:\n\n Login\n Logout\n\tPost in your timeline\n\tMessage friends\n\tGet post in a facebook group\n\tPost in a facebook group\n\tComment in a post\n\tGet the members of a facebook group\n\tSend friend request\n\tSend message to any person\n\tGet all post from a profile/fanpage\n\tSend group request\n\tGet number of likes and coments in a post\n\tPost in a fanpage/friend timeline\n\n## Basic usage example:\n\n```\nfrom FacebookWebBot import *\nbot=FacebookBot()\nbot.set_page_load_timeout(10)\nbot.login(\"your@email.com\",\"yourpassword\")\nallpost=bot.getPostInProfile(\"https://mbasic.facebook.com/your-gf-profile\",deep=50)\nfor p in allpost:\n\tprint(p)\n```\n## Installing\npip install FacebookWebBot\n## Know issues:\n\n * Can't post images because PhantomJS limitations.\n\n## Dependencies:\n\n * Python 3.4\n\n * Selenium\n\n * PhantomJS\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/hikaruAi/FacebookBot", "keywords": "Automation,web,social network", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "FacebookWebBot", "package_url": "https://pypi.org/project/FacebookWebBot/", "platform": "", "project_url": "https://pypi.org/project/FacebookWebBot/", "project_urls": { "Homepage": "https://github.com/hikaruAi/FacebookBot" }, "release_url": "https://pypi.org/project/FacebookWebBot/1.1.0/", "requires_dist": [ "selenium" ], "requires_python": "", "summary": "A python library to automatize facebook without the official API", "version": "1.1.0" }, "last_serial": 2806238, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "828157150d463225a0303136e8980e46", "sha256": "103c611bfce409edc33761601d676a7f1d25caf3455369da1ceef2e9b7f9e582" }, "downloads": -1, "filename": "FacebookWebBot-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "828157150d463225a0303136e8980e46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7365, "upload_time": "2017-04-12T18:19:39", "url": "https://files.pythonhosted.org/packages/5c/d5/8304414354b54e694a9710c6c662ac8d9640947e203263c07e6a7ffed806/FacebookWebBot-1.0.2-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "b82315b58c1be34c0a384c2149822b2e", "sha256": "4189b9d48223d2c2df72f362121e849c2a5f27926fc60d07dead09eb8038d0e3" }, "downloads": -1, "filename": "FacebookWebBot-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b82315b58c1be34c0a384c2149822b2e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7597, "upload_time": "2017-04-16T00:26:01", "url": "https://files.pythonhosted.org/packages/f4/e8/3b2768eba03ba55e06b80125a33e23e25e5305fb60d63fa65cb31b1da7b2/FacebookWebBot-1.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b82315b58c1be34c0a384c2149822b2e", "sha256": "4189b9d48223d2c2df72f362121e849c2a5f27926fc60d07dead09eb8038d0e3" }, "downloads": -1, "filename": "FacebookWebBot-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b82315b58c1be34c0a384c2149822b2e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7597, "upload_time": "2017-04-16T00:26:01", "url": "https://files.pythonhosted.org/packages/f4/e8/3b2768eba03ba55e06b80125a33e23e25e5305fb60d63fa65cb31b1da7b2/FacebookWebBot-1.1.0-py3-none-any.whl" } ] }