Skip to content
/ fbcrawl Public

crawl group facebook (post, comment) use scrapy, flask

Notifications You must be signed in to change notification settings

drat/fbcrawl

Repository files navigation

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

About

crawl group facebook (post, comment) use scrapy, flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published