{ "info": { "author": "Matheus Horstmann", "author_email": "mch15@c3sl.ufpr.br", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Facebook Page Poster\nSince Facebook blocked the apps to post on page, read more [here](https://developers.facebook.com/docs/pages/).\nI need to use Selenium\n## Linux\n### Prerequisites\n\n* Gecko Driver for Firefox\nDownload the selenium Driver for firefox [here](https://github.com/mozilla/geckodriver/releases).\n\n## Windows\n### Prerequisites\n * Install [Firefox](https://www.mozilla.org/pt-BR/firefox/new/)\n * Install [Gecko Driver](https://github.com/mozilla/geckodriver/releases) for Windows\n * Extract geckodriver.zip and move the geckodriver.exe to `C:\\Program Files (x86)\\Gecko Driver` (probably you will need to create this folder)\n\n### Facebook Credentials\n#### Set the facebook credentials:\n - Write on the file credentials.txt the email and password to log in (see the example file)\n ```\n \n \n ```\n## Usage\n\n```\nimport FacebookPagePoster\n\nposter = FacebookPagePoster()\nposter.page_url = 'https://m.facebook.com/PAGE_URL/'\nposter.email = 'YOUR_EMAIL'\nposter.password = 'YOUR_PASSWORD'\nposter.firing_up_driver()\nposter.sign_in()\nposter.post(\"YOUR MESSAGE\")\nposter.delete(\"POST_ID\")\n```\nor you can use setup\n```\nimport FacebookPagePoster\n\nposter = FacebookPagePoster()\n\nposter.setup('PAGE_ID','YOUR_EMAIL','YOUR_PASSWORD')\nposter.post(\"YOUR MESSAGE\")\nposter.delete(\"POST_ID\")\n\n```\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n\n* **Matheus Horstmann** - *Initial work* - [horstmannmat](https://github.com/horstmannmat)\n\nSee also the list of [contributors](https://github.com/horstmannmat/spottedPoster/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the GPL v3 License - see the [LICENSE.md](LICENSE) file for details\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/horstmannmat/FacebookPagePoster", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "FacebookPagePoster", "package_url": "https://pypi.org/project/FacebookPagePoster/", "platform": "", "project_url": "https://pypi.org/project/FacebookPagePoster/", "project_urls": { "Homepage": "https://github.com/horstmannmat/FacebookPagePoster" }, "release_url": "https://pypi.org/project/FacebookPagePoster/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "A bot to post of facebook pages", "version": "0.1.4" }, "last_serial": 5002819, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "12391dbadec945eda293004b00fd9657", "sha256": "38bcf34ce96f0083d2538ac9600522a87a1ea2c575fd9ecd5e0a885d96a91355" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "12391dbadec945eda293004b00fd9657", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17434, "upload_time": "2019-02-15T16:07:13", "url": "https://files.pythonhosted.org/packages/7c/f8/6c9499c17c99dc0a6cd921c977ff6d02df69ecce55cb08ccf1e430e6600a/FacebookPagePoster-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f470c6bcabbafd0885f2b4bcc4682e99", "sha256": "b53740e8da7980b4e0b32aa5f8a7d5b7d7f80a342b56ed2416739706ce2c2bb4" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f470c6bcabbafd0885f2b4bcc4682e99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4320, "upload_time": "2019-02-15T16:07:14", "url": "https://files.pythonhosted.org/packages/de/77/196f4a548acad08be64eb30487f050024325bef35c0a4d8ab080f5ca947f/FacebookPagePoster-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0cc2a17bb081a7d3503aae8c07fb3d78", "sha256": "ea7fd1f91b148c7525e7eafdf813a08982287754bf726ae3479e04496a7df426" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0cc2a17bb081a7d3503aae8c07fb3d78", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17453, "upload_time": "2019-02-20T12:01:58", "url": "https://files.pythonhosted.org/packages/42/f1/55f1d3a448cc2915491e6cb3b2d0b945fb11f9cfc8ee5992ceca79254f0e/FacebookPagePoster-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff694356ce9970b02a6a75106e1bfe97", "sha256": "7de262fe52eb5a3e4ff71ee0328a5cfeac7377bba91d44af20df743278f2cddb" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ff694356ce9970b02a6a75106e1bfe97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4342, "upload_time": "2019-02-20T12:02:01", "url": "https://files.pythonhosted.org/packages/5f/05/533525bf131091516a92750da18d2459f2c38933704d5ac6065cd1d77f20/FacebookPagePoster-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6fe8f7d49a1ac75e1a7b7ed19ae33612", "sha256": "f0138855e6ccfa08f3dbb87e859a01ab36d903579c8103ef1a8b849f4a4d39fe" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6fe8f7d49a1ac75e1a7b7ed19ae33612", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17601, "upload_time": "2019-03-29T11:45:46", "url": "https://files.pythonhosted.org/packages/6f/35/8ea368e1af9ca7710d5a68ec031a75ac6290e066de69a764be8e2eeb060c/FacebookPagePoster-0.1.4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fe8f7d49a1ac75e1a7b7ed19ae33612", "sha256": "f0138855e6ccfa08f3dbb87e859a01ab36d903579c8103ef1a8b849f4a4d39fe" }, "downloads": -1, "filename": "FacebookPagePoster-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6fe8f7d49a1ac75e1a7b7ed19ae33612", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17601, "upload_time": "2019-03-29T11:45:46", "url": "https://files.pythonhosted.org/packages/6f/35/8ea368e1af9ca7710d5a68ec031a75ac6290e066de69a764be8e2eeb060c/FacebookPagePoster-0.1.4-py3-none-any.whl" } ] }