Script to generate a list of the contributors to Filecoin since a given date
Install dependences:
Then:
npm install -g filecoin-contributors
Or, install from source:
# Clone the repo
git clone https://github.com/filecoin-project/filecoin-contributors.git
cd filecoin-contributors
# Install project dependencies
npm install
Simply run the tool by typing the following at the command line:
filecoin-contributors
Or, if you've installed from source:
npm start
Then follow the prompts. You will need a Github personal access token with the following scopes:
- read_org
- user_email
Note: It may take a long time! Please be patient!
The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)