Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 838 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 838 Bytes

Facebook Bot

Build Status

Facebook Bot

Facebook bot for handling some Facebook tasks in the group and a fun project to check what can be automated on Facebook within Groups specifically.

Features

  • Approving new membership requests

Installation

$ git clone git://github.com/wwphp-fb/facebook-bot
$ cd facebook-bot
$ composer install

Usage

For using this bot you can go through the documentation or check simple example below:

<?php

$connection = new Connection('facebook-email@domain.tld', 'password', '314159265');
$bot = new Bot($connection);
$bot->run();

Boring legal stuff

This application is released under the MIT License.