All Projects → phpearth → facebook-bot

phpearth / facebook-bot

Licence: MIT license
[NOT MAINTAINED] Facebook bot written in PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

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('[email protected]', 'password', '314159265');
$bot = new Bot($connection);
$bot->run();

Boring legal stuff

This application is released under the MIT License.

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].