Mahdi-hasan-shuvo/facebook-automation-python ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python Facebook automation toolkit that can run a few separate scripts from the command line.
I want one script to bulk delete posts from groups I manage, one to leave multiple groups, one to invite users to a group, one to decline spam join requests, and one to scrape and export Facebook data for analysis. If it makes sense, also include a small group finder that can search for Facebook groups by keyword.
Keep it beginner friendly, with clear setup instructions and easy to edit settings for login details and group URLs. It should work by automating the browser like a real person, and use web scraping where needed. Please make the code clean and split into sensible files so each task is easy to run on its own.
If you need current setup details for Selenium or browser drivers, look up the latest docs online and use the safest approach that works across Windows, macOS, and Linux.
Are you gonna build this?
make sure you review the code using coderabbit