crawl group facebook (post, comment) use scrapy, flask, python 3 (update from https://github.com/rugantio/fbcrawl)
- download and install Python 3.7: https://www.python.org/downloads/
- install virtualenv
python -m venv myproject
myproject\Scripts\activate - install required packages
pip install Twisted-19.2.1-cp37-cp37m-win32.whl
( or pip install Twisted-19.2.1-cp37-cp37m-win_amd64.whl
download from https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted )
pip install -r requirements.txt - run app
python main.app