https://github.com/code-yeongyu/facebook-cleaner
https://github.com/code-yeongyu/facebook-cleaner
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-yeongyu/facebook-cleaner
- Owner: code-yeongyu
- Created: 2021-05-04T02:54:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T05:31:30.000Z (about 5 years ago)
- Last Synced: 2025-10-11T06:32:02.974Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facebook-cleaner
Facebook Cleaner sets the permissions of all of your posts to 'only me'.
## Requirements
- python3
- selenium
## Installation
```sh
git clone 'https://github.com/code-yeongyu/facebook-cleaner/'
```
## Execution
Set your facebook account's username and password to your process environments, like:
```sh
export username=
```
```sh
export password=
```
Then just simply execute the main.py using the following command:
```sh
python3 main.py
```