You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Script will accept all your Friend Requests on your Facebook Account.
4
+
5
+
6
+
## Setup instructions
7
+
8
+
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
9
+
10
+
```
11
+
pip3 install -r requirements.txt
12
+
```
13
+
14
+
After satisfying all the requirements for the project:-
15
+
16
+
- Create `.env` file , copy the content of `.sample.env` file and change the value username and password.
17
+
- Run following command :-
18
+
```
19
+
python script.py
20
+
```
21
+
or
22
+
```
23
+
python3 script.py
24
+
```
25
+
Depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
0 commit comments