Git Product home page Git Product logo

fgir's Introduction

FGIR

Facebook Groups Information Retriever is a project to retrieve and organize publications from Facebook groups working almost in real time.

You can see this post for more details: https://halexv.blogspot.mx/2016/07/scrapping-facebook-groups-almost-in-real-time.html

Requisites

  • Gradle
  • Postgresql

How to build

  • gradle build

How to run

  • java -jar build/libs/FGIR-1.0.jar [email] [password]

Usage

This project provides a way to retrieve and organize publications from Facebook groups.

The project needs an email account which is used to parse Facebook emails, you can turn on email notification from Facebook groups.

Facebook sends two kind of email notifications:

  • A notification that you get inside a group
  • A notification about a new publication in a group.

The project is able to parse both kind of notification to get the relevant data which is stored in a database.

This assumes you have a database with the following specifications:

  • A database called 'fgir_db' accesible with 'postgres' as user and password (required by com.alex.db.Connector which you can edit).
  • A stored procedure called facebook.addGroup(group_id, group_name) which stores a new group.
  • A stored procedure called facebook.addPublication(publication_id, group_id, user_id, username, description, photo_url, publication_time) which stores a new publication.

You can build another application to query the database or run plain sql queries.

fgir's People

Contributors

alexitc avatar

Watchers

 avatar  avatar  avatar

Forkers

maduser64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.