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
* Download [PhantonJS](http://phantomjs.org/download.html) and copy the exe file into the same folder as your repository
12
12
13
-
*`pip install bs4`
13
+
After the installation, open terminal at the root folder
14
14
15
-
*`pip install selenium`
15
+
Run `python fb.py` or `python3 fb.py` to post status from terminal or cmd.
16
16
17
-
After the installation, open terminal at the root folder--
17
+
Note:- Use Mozilla Firefox V40.0+ to make this script work for you.
18
18
19
-
Run `python fb.py` or `python3 fb.py` to post status from terminal or cmd.
20
19
21
-
Note:- Use Mozilla Firefox V40.0 to make this script work for you.
22
20
23
-
##Some Useful Installation Tips ( Ubuntu )
21
+
##Some Useful Installation Tips ( Ubuntu )
24
22
25
-
If you have already installed python 2.7 install python 3 as well but it may be the problem that the packages installed with respect to python 2.7 and shows error for the python 3 packages,
23
+
If you have already installed python 2.7 install python3 as well but it may be the problem that the packages are installed with respect to python 2.7 and shows error for the python 3 packages,
26
24
27
-
So you need to install virtual Environment for the python 3 to install python3 packages.
25
+
So, you need to install a Virtual Environment for the python3 to install python3 packages.
28
26
29
27
```
30
28
virtualenv -p /usr/bin/python3 py3env
@@ -34,7 +32,7 @@ So you need to install virtual Environment for the python 3 to install python3 p
34
32
35
33
After setting virtual environment install packages listed above and Enjoy.
36
34
37
-
#License
35
+
#License
38
36
39
37
Copyright (c) 2016 Ankit Jain - Released under the Apache License
0 commit comments