thanhtoan1196 / FacebookFeedIndex

Facebook index tool for group, page, feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

$ composer install
$ php artisan migrate

Config

Update .env and change these settings

ARCHIVE_GROUP=1415192401896193
ARCHIVE_TOKEN="EAAAA...."

Run

Service mode: this will loop forever and keep sync with facebook feed every (20-60) seconds

$ php artisan facebook:index service

All mode: This will fetch all posts from facebook

$ php artisan facebook:index all

New mode: This will fetch only new posts (compare with current db)

$ php artisan facebook:index new

About

Facebook index tool for group, page, feed


Languages

Language:PHP 74.6%Language:Blade 14.9%Language:JavaScript 7.2%Language:Less 2.8%Language:Shell 0.4%Language:Vue 0.1%