Skip to content

πŸ€– Small python scripts to crawl data from FIT (Facebook, Instagram, Twitter)

Notifications You must be signed in to change notification settings

phamphihungbk/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Scrapper

Small scrapping script to extract data from FIT.

Guideline:

Firstly, you need to run make to build and create docker instance. After docker instace is ready, then access into scrapper-python instance by using this command docker exec -it scrapper-python bash. Let's say you want to get number of facebook fanpage so just need to run python3 Facebook_Scrape_v3.py on scrapper-python instance. All commands were attached into Makefile

Folder Structure

β”œβ”€β”€ environment                # contains dockerfile
β”œβ”€β”€ results                    # end result folder
└── src                        # main source code