All Projects → LorenzoMonti → Facebook_page_group_comments

LorenzoMonti / Facebook_page_group_comments

Licence: mit
Facebook Page and Group's Post Scraper is a script for gathering data using Facebook's Graph API

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Facebook page group comments

Clientserverproject
一个C-S模版,该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发,共享文件上传下载,批量文件传送功能。具体的操作方法见演示就行。本项目的一个目标是:提供一个基础的中小型系统的C-S框架,客户端有三种模式,无缝集成访问,winform版本,wpf版本,asp.net mvc版本,方便企业进行中小型系统的二次开发和个人学习。同时网络组件方便的支持读写三菱和西门子PLC的数据,详细见Readme
Stars: ✭ 873 (+2910.34%)
Mutual labels:  json
Knockout.merge
Adds basic merging functionality into knockout js mapping namespace
Stars: ✭ 15 (-48.28%)
Mutual labels:  json
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+136410.34%)
Mutual labels:  json
Rest Api Examples
Test and Prototype with Fake Online REST/OAuth 2 APIs Examples
Stars: ✭ 13 (-55.17%)
Mutual labels:  json
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (-51.72%)
Mutual labels:  json
Sense Client
Quick and dirty Ruby client for the Hello Sense sleep tracker. Based on http://jeffhuang.com/extracting_my_data_from_the_hello_sense.html
Stars: ✭ 20 (-31.03%)
Mutual labels:  json
Jquery.json Editor
A json editor based on jquery.json-viewer.
Stars: ✭ 13 (-55.17%)
Mutual labels:  json
Jaymock
Minimal fake JSON test data generator.
Stars: ✭ 28 (-3.45%)
Mutual labels:  json
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+2951.72%)
Mutual labels:  json
Play Json Extra
playframework2 json extra module. provide convenience functions for define Format, Reads, Writes
Stars: ✭ 20 (-31.03%)
Mutual labels:  json
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-55.17%)
Mutual labels:  json
Pino
🌲 super fast, all natural json logger
Stars: ✭ 8,475 (+29124.14%)
Mutual labels:  json
Bandcamp Api
API wrapper for querying band, album, and track data from bandcamp.com
Stars: ✭ 20 (-31.03%)
Mutual labels:  json
Xml Js
Converter utility between XML text and Javascript object / JSON text.
Stars: ✭ 874 (+2913.79%)
Mutual labels:  json
Iptv
Collection of publicly available IPTV channels from all over the world
Stars: ✭ 45,053 (+155255.17%)
Mutual labels:  json
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-55.17%)
Mutual labels:  json
Subdue
The Subdue graph miner discovers highly-compressing patterns in an input graph.
Stars: ✭ 20 (-31.03%)
Mutual labels:  json
Mconfig
MCONFIG is a lightweight Golang library for integrating configs files like (json, yml, toml) and environment variables into one config struct.
Stars: ✭ 28 (-3.45%)
Mutual labels:  json
Chinese Poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
Stars: ✭ 34,881 (+120179.31%)
Mutual labels:  json
Jsondoc
JSON object for Delphi based on IUnknown and Variant
Stars: ✭ 20 (-31.03%)
Mutual labels:  json

Facebook Page and Group's Post Scraper

This is a simple script to gather all comments of a Facebook Page or Group. The script outputs the posts in Json file format.

Initial setup

  1. Access to https://developers.facebook.com/ and create a new App.
  2. Make sure to have the following permissions active: publish_to_groups, pages_read_user_content, pages_manage_engagement, pages_manage_posts, Page Public Content Access Feature.
  3. Create a folder named posts on the root directory of the repository.
  4. Add app_id and app_secret in scrape_post_and_comment.py script.
  5. Add page_id, you can find this in the section of the url in page or group searched (https://www.facebook.com/!!THIS PART!!/).
  6. Lauch script and have fun! :) .

Usage

Once data are scraped, you can find Json files in /posts/ folder.

Test

You can test every API here: https://developers.facebook.com/tools/explorer/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].