facebook.post.crawler

There are 2 way to run the code:

1. Install selenium from pip
$ pip install selenium
2. Install wheel and then use pip install selenium.whl
$ pip install wheel
$ pip install selenium-3.141.0-py3-none-any.whl

Enjoy!