{"id":13548829,"url":"https://github.com/hellowin/kanca","last_synced_at":"2026-02-04T17:02:14.048Z","repository":{"id":19737020,"uuid":"87762752","full_name":"hellowin/kanca","owner":"hellowin","description":"Facebook Group Analytics","archived":false,"fork":false,"pushed_at":"2025-06-22T07:54:14.000Z","size":5085,"stargazers_count":33,"open_issues_count":94,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-22T08:32:06.506Z","etag":null,"topics":["bithound","community","community-engagment","community-management","facebook","facebook-graph-api","facebook-groups","facebook-login","flow","github-page"],"latest_commit_sha":null,"homepage":"https://hellowin.github.io/kanca/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellowin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-10T03:30:18.000Z","updated_at":"2024-06-06T09:19:20.000Z","dependencies_parsed_at":"2023-12-02T15:22:08.053Z","dependency_job_id":"a717a6d4-cdc7-4456-af14-87a18891f2b4","html_url":"https://github.com/hellowin/kanca","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellowin/kanca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellowin%2Fkanca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellowin%2Fkanca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellowin%2Fkanca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellowin%2Fkanca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellowin","download_url":"https://codeload.github.com/hellowin/kanca/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellowin%2Fkanca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bithound","community","community-engagment","community-management","facebook","facebook-graph-api","facebook-groups","facebook-login","flow","github-page"],"created_at":"2024-08-01T12:01:14.930Z","updated_at":"2026-02-04T17:02:14.019Z","avatar_url":"https://github.com/hellowin.png","language":"CSS","funding_links":[],"categories":["CSS","others"],"sub_categories":[],"readme":"![Kanca logo](https://github.com/hellowin/kanca/blob/master/public/img/logo.png)\n\n[![Build Status](https://travis-ci.org/hellowin/kanca.svg?branch=master)](https://travis-ci.org/hellowin/kanca)\n[![codecov](https://codecov.io/gh/hellowin/kanca/branch/master/graph/badge.svg)](https://codecov.io/gh/hellowin/kanca)\n[![Known Vulnerabilities](https://snyk.io/test/github/hellowin/kanca/badge.svg)](https://snyk.io/test/github/hellowin/kanca)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/34810083c2eb4046a67dba2959dcca9f)](https://www.codacy.com/app/hellowin/kanca?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=hellowin/kanca\u0026utm_campaign=badger)\n[![Code Climate](https://codeclimate.com/github/hellowin/kanca/badges/gpa.svg)](https://codeclimate.com/github/hellowin/kanca)\n\nKanca is an application to analyze `Facebook Group` activity. Its key features are:\n\n- **Open sourced**, as you can see here.\n- **Fully client side**, hosted on GitHub pages (zero cost, no data persisted on server).\n- Analyze user FB group feed behavior like most active users, most liked posts, etc.\n- Analyze FB group user engagement like new users, user retention, etc.\n\n# Local Development\n\n## Requirements\n\n1. Node.js 6+\n2. Facebook Developer's Application, create it at [https://developers.facebook.com](https://developers.facebook.com) for free\n3. Make sure you enabled Facebook Login feature and put `http://localhost:3000` exist in your `Valid OAuth redirect URIs` (Facebook Login -\u003e Settings)\n\n## Installation\n\n1. Go to project root directory, copy `.env.template` to `.env` (edit it as you need, look at description below)\n2. Install its dependencies `$ npm install` or `$ yarn install`\n\n## IDE/ Text Editor/ OS Configuration\n\nSince this project uses [Flow](https://flow.org/), and some environment specific configuration, some IDE or Text Editors needs additional configuration.\n\n### Windows\n\nPlease use `Bash on Ubuntu on Windows` or `Windows Subsystem Linux` for local development.\n\n### VSCode\n\nAdd `\"javascript.validate.enable\": false` on your VSCode config (`.vscode/settings.json`).\n\nIt would be better if you install this [Flow plugin](https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode) as well.\n\n## Development\n\n1. Run `$ npm start` or `$ yarn start`\n2. Open browser at `http://localhost:3000`\n\n## Environment Variable Explanation\n\n- `REACT_APP_FB_APP_ID` it's Facebook Developer's Application ID, look at your application dashboard on https://developers.facebook.com.\n- `REACT_APP_URL_PREFIX` default is `/kanca`, it's used as a `url prefix`, mostly used if we published as project page at GitHub pages.\n- `REACT_APP_FEED_PAGES` default is `10`, it's used to set how many pages of group feed do we want to fetch by default.\n- `REACT_APP_GROUP_IDS` Facebook Group IDs to be shown at `featured groups` on group selection, eg. `1920036621597031` for `Facebook Developer Circle: Malang` group. Separated by commas `,`.\n\n# Roadmap\n\nTo track development progress and roadmap, follow this [GitHub Project](https://github.com/hellowin/kanca/projects).\n\n# License\n\n[MIT](https://github.com/hellowin/kanca/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellowin%2Fkanca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellowin%2Fkanca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellowin%2Fkanca/lists"}