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

https://github.com/subvisual/kraken

Coming soon.
https://github.com/subvisual/kraken

Last synced: 4 months ago
JSON representation

Coming soon.

Awesome Lists containing this project

README

          

Kraken
=================

Kraken does everything. He doesn't live to serve you, but he'll come to aid those who prove themselves worthy. You cannot tame Kraken, but you can use his power. Kraken doesn't know everything, but you can [teach him](#contributing). Don't get full of yourself, you're not mighty, Kraken is. He'll bite your ass.

## Quick Start

Download the project.

```
git clone git@github.com:groupbuddies/kraken.git
```

Create a `.env` file on the root folder with the following structure.

```
SLACK_EMAIL=''
SLACK_PASSWORD=''
GOOGLE_CLIENT_ID=''
GOOGLE_CLIENT_SECRET=''
GITHUB_ID=''
GITHUB_SECRET=''
```

Install the dependencies and link the package.

```
npm install
npm link .
```

## Commands

To add a new apprentice to all the supported services run the following command and answer the questions. You can run the command multiple times.

```
kraken apprenticeship
```

### Individual Commands

**Add user to apprenticeship github team.**

```
kraken github username
```

**Invite user to google apps.**

```
kraken google email firstName lastName
```

**Add user to slack (using selenium).**

```
kraken slack email firstName lastName
```

## Contributing

Open a Pull Request.