Difference between revisions of "Facebook: Scaper"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 4: | Line 4: | ||
https://github.com/minimaxir/facebook-page-post-scraper.git | https://github.com/minimaxir/facebook-page-post-scraper.git | ||
https://github.com/minimaxir/facebook-page-post-scraper/archive/master.zip | https://github.com/minimaxir/facebook-page-post-scraper/archive/master.zip | ||
+ | |||
+ | ==membuat Apps ID== | ||
+ | |||
+ | * Masuk ke | ||
+ | |||
+ | https://developers.facebook.com | ||
+ | |||
+ | * Login > Dashboard | ||
+ | * Apps ID & Password ada di Dashboard :) .. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==facebook scrapper== | ||
+ | |||
+ | Edit | ||
+ | |||
+ | vi get_fb_comments_from_fb.py | ||
+ | |||
+ | app_id = "ISI" | ||
+ | app_secret = "ISI" # DO NOT SHARE WITH ANYONE! | ||
+ | file_id = "onno.w.purbo" # misalnya | ||
+ | |||
Revision as of 07:39, 30 July 2017
Download dari
https://github.com/minimaxir/facebook-page-post-scraper https://github.com/minimaxir/facebook-page-post-scraper.git https://github.com/minimaxir/facebook-page-post-scraper/archive/master.zip
membuat Apps ID
- Masuk ke
https://developers.facebook.com
- Login > Dashboard
- Apps ID & Password ada di Dashboard :) ..
facebook scrapper
Edit
vi get_fb_comments_from_fb.py
app_id = "ISI" app_secret = "ISI" # DO NOT SHARE WITH ANYONE! file_id = "onno.w.purbo" # misalnya
Referensi
- https://github.com/minimaxir/facebook-page-post-scraper/blob/master/examples/how_to_build_facebook_scraper.ipynb
- https://github.com/minimaxir/facebook-page-post-scraper
- http://simplebeautifuldata.com/2014/09/09/harvesting-facebook-posts-and-comments-with-python-part-1/
- http://minimaxir.com/2015/07/facebook-scraper/