{"id":23052148,"url":"https://github.com/horstmannmat/facebookpageposter","last_synced_at":"2025-08-15T03:32:15.346Z","repository":{"id":57428082,"uuid":"145774986","full_name":"horstmannmat/FacebookPagePoster","owner":"horstmannmat","description":"Since facebook blocked all APIs to post on pages, we need to use selenium to post it automatically","archived":false,"fork":false,"pushed_at":"2021-02-04T03:18:11.000Z","size":54,"stargazers_count":17,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-15T21:42:37.091Z","etag":null,"topics":["facebook","facebook-bot","facebook-post-bot","facebook-posting","selenium"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/horstmannmat.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-22T23:48:31.000Z","updated_at":"2024-07-21T01:13:43.000Z","dependencies_parsed_at":"2022-09-09T08:50:59.322Z","dependency_job_id":null,"html_url":"https://github.com/horstmannmat/FacebookPagePoster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstmannmat%2FFacebookPagePoster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstmannmat%2FFacebookPagePoster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstmannmat%2FFacebookPagePoster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstmannmat%2FFacebookPagePoster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horstmannmat","download_url":"https://codeload.github.com/horstmannmat/FacebookPagePoster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890117,"owners_count":18140043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["facebook","facebook-bot","facebook-post-bot","facebook-posting","selenium"],"created_at":"2024-12-16T00:11:54.850Z","updated_at":"2024-12-16T00:11:55.667Z","avatar_url":"https://github.com/horstmannmat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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  \u003cEmail\u003e\n  \u003cPassword\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorstmannmat%2Ffacebookpageposter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorstmannmat%2Ffacebookpageposter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorstmannmat%2Ffacebookpageposter/lists"}