An open API service indexing awesome lists of open source software.

https://github.com/code-yeongyu/facebook-cleaner


https://github.com/code-yeongyu/facebook-cleaner

Last synced: about 11 hours ago
JSON representation

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
```