Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mchirico/go-facebook
- Owner: mchirico
- License: mpl-2.0
- Created: 2018-03-27T08:23:05.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-23T11:23:04.000Z (about 3 years ago)
- Last Synced: 2024-11-22T14:13:48.374Z (3 months ago)
- Topics: go, golang, tdd
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```bashgo 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 locallygo build github.com/mchirico/go-facebook/fgrab
```