This project automates tasks on Facebook using Python. It leverages the power of libraries like Selenium
, requests
, and BeautifulSoup
to interact with Facebook's web interface.
- Automation Post: Automatically Delete facebook Group post .
- group_leav: On this account leave from groups a .
Before running the script, make sure you have the following libraries installed:
- Python 3.x
- Selenium: Web browser automation
- BeautifulSoup: Web scraping
- Requests: For handling HTTP requests
- ChromeDriver: Required for Selenium to interact with Chrome browser
You can install the necessary Python libraries by running:
pip install selenium beautifulsoup4 requests