Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mchirico/go-facebook

Collect pubic Facebook group information
https://github.com/mchirico/go-facebook

go golang tdd

Last synced: 22 days ago
JSON representation

Collect pubic Facebook group information

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/mchirico/go-facebook.svg?branch=develop)](https://travis-ci.org/mchirico/go-facebook)
[![Go Report Card](https://goreportcard.com/badge/github.com/mchirico/go-facebook)](https://goreportcard.com/report/github.com/mchirico/go-facebook)
[![Maintainability](https://api.codeclimate.com/v1/badges/5b4953a80ca9061a9007/maintainability)](https://codeclimate.com/github/mchirico/go-facebook/maintainability)
# go-facebook
Collect pubic Facebook group information using Golang. This
project is in early alpha... first started to test travis.

# Install
```bash

go get -u github.com/mchirico/go-facebook/...

# To run it. This will create a token, if you don't have one.

fgrab

# Above you'll get a few members listed

```

## Build
```bash
# Building locally

go build github.com/mchirico/go-facebook/fgrab

```