Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 608 Bytes

fbcrawl

crawl group facebook (post, comment) use scrapy, flask, python 3 (update from https://github.com/rugantio/fbcrawl)

install

  1. download and install Python 3.7: https://www.python.org/downloads/
  2. install virtualenv
    python -m venv myproject
    myproject\Scripts\activate
  3. 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
  4. run app
    python main.app