Re:L

FB Automate Remove Personal Old Post

I create this project in order to my “Re:L” project, which I use to trying re-arrange my life. One of the ways to do that is to “clean up” my social media account so I can start again without actually restarting from scratch.

FB Automate Remove Old Post is a program to automate remove old post from your profile page, it’s requires your email and password account to login into your FB account that you want to delete the post, and additional limit parameter if you want to specific amount of post you want to delete. This program is safe as long as you don’t share your FB account to anyone.


How to install

  1. Clone the repository
git clone https://github.com/ikkifik/fb-automate-remove-personal-post.git
  1. Create and use virtual environment
python3 -m venv fbvenv
source fbvenv/bin/activate
  1. Get into directory
cd fb-automate-remove-personal-post
  1. Install required package
pip install -r requirements.txt
  1. Run the program!
python leave_group.py \ 
--email <your_email_account> \ 
--pwd <your_password_account> \ 
--limit <decimal_number_for_max_post_to_remove>

Here’s how it’s look:

FB Automate Remove Old Post Preview