# intelligence **Repository Path**: mirrors_opencollective/intelligence ## Basic Information - **Project Name**: intelligence - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Intelligence Experiments ------------------------ A project to run analytics experiments on OpenCollective data, to help the company and users make better decisions on the platform. ## Install ``` npm install # Copy and configure with your own GitHub token and DB credentials cp sample.env .env ``` ## Download and prepare data This is optional, data is already commited in the repository. 1. `node download-data` (need DB credentials and Github Token) 2. `node add-collective-top-sponsors` 3. `node register-projects` 4. `node map-projects-collective` ## Open Collective Recommendations Make recommendations for which collectives an organization on OpenCollective.com should support. `node collective-recommendations {openCollective-slug}` **Note:** `collective-slug' data is fetched from production website, not the database configured in this repo. eg: `node collective-recommendations airbnb` ## Github Organization Recommendations `node github-organization-recommendations {githubOrganization-slug}` eg: `node github-organization-recommendations square`