Skip to content

Combination of an export script and front end. The exporter grabs Facebook group information and imports it to MySQL. The frontend boilerplate supports searching the database on both desktop and mobile. Original project at http://albahra.com/fb

Notifications You must be signed in to change notification settings

salbahra/Facebook-Group-Search

Repository files navigation

Combination of an export script and front end. The exporter grabs Facebook group information and imports it to MySQL. The frontend boilerplate supports searching the database on both desktop and mobile.

Instructions:

  • You first need to get your Facebook group ID (GID) and access token (for open groups a no-expire application token can be used).

  • Install prerequisites as needed (example for Debian using Apache web server)

    • apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql
  • Create the directory you wish to place the files in (ex. /var/www/fb for http://yourwebsite/fb)

    • mkdir -m 777 /var/www/fb
  • Download the files to your web directory

    • git clone https://github.com/salbahra/Facebook-Group-Search.git /var/www/fb
    • git clone https://github.com/serbanghita/Mobile-Detect.git /var/www/fb/mobiledetect
  • From there you may attempt to access the front end.

About

Combination of an export script and front end. The exporter grabs Facebook group information and imports it to MySQL. The frontend boilerplate supports searching the database on both desktop and mobile. Original project at http://albahra.com/fb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published