How to delete all your facebook photos with python
As you mature, you think twice about expressing yourself. Nowadays most of our opinions, life experiences, and memories are shared online. There are many photos on my Facebook profile that I don't resonate with anymore.
So I decided to write a Python script to purge them all. The code does browser automation using Selenium.
|
|
In the beginning, the bot logs in to a Facebook account. Then it starts to scroll through all the photos until it reaches the final one with the main purpose of collecting the URLs for later processing.
As for the next step, it opens each one of the photos in full width and clicks on the menu to find the Delete Photo button. Finally, it confirms the deletion. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.