mkorkmaz / fb-pages-stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fb-pages-stats

Codacy Badge

Create indice and put mapping on Elasticsearch

Format

$ [command] <elasticsearch_server_ip> <indice_name_to_be_used>
$ bin/create 127.0.0.1 fb_pages 
$ bin/links 127.0.0.1 fb_pages 

Get links and persist to Elasticsearch

$ bin/console links:get -v 

Get stats and persist to Elasticsearch

$ bin/console stats:update_all -v 

About

License:MIT License


Languages

Language:PHP 91.5%Language:Shell 8.5%