Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryaxanden/facebook-post-bot
Automate posting to Facebook using Selenium and Python
https://github.com/suryaxanden/facebook-post-bot
facebook python3 selenium
Last synced: 30 days ago
JSON representation
Automate posting to Facebook using Selenium and Python
- Host: GitHub
- URL: https://github.com/suryaxanden/facebook-post-bot
- Owner: SuryaXanden
- License: lgpl-3.0
- Created: 2019-01-10T22:11:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T10:56:22.000Z (about 1 year ago)
- Last Synced: 2023-10-02T13:25:23.439Z (about 1 year ago)
- Topics: facebook, python3, selenium
- Language: HTML
- Homepage:
- Size: 4.3 MB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Media Broadcast Portal
This project automates the task of posting to Facebook.
Python, Selenium and Flask are being used to make the magic happen.Setup
- git clone "https://github.com/SuryaXanden/Facebook-Post-Bot"
- cd Facebook-Post-Bot
- pip install -r requirements.txt
- python app.py
- Download the latest version of chromerdriver from http://chromedriver.chromium.org/downloads and place it in this folder
Guidelines
- If any code from this project is used, do add my name in the list of contributers.
- Found an issue? Open a new issue if it's not already listed
- Want to contribute to this project? Fork the repo, make changes and then make a pull request.