Re:L

FB Automate Messages Remove

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 Messages Remove is a program to automate deleting messages, it requires your email and password account to login into your FB account that you want to delete the messages. 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-message.git
  1. Create and use virtual environment
python3 -m venv fbvenv
source fbvenv/bin/activate
  1. Get into directory
cd fb-automate-remove-message
  1. Install required package
pip install -r requirements.txt
  1. Run the program!
python del_message.py \ 
--email <your_email_account> \ 
--pwd <your_password_account>

Here’s how it’s look:

FB Automate Messages Remove Preview