Skip to main content

Change your Slack status from command-line.

Project description

# bendercito
Change your Slack status from command line.

## Install

To install **bendercito**, just run:

```sh
$ sudo pip install bendercito
```

## Configure

First create a config file with your favorite status.

Example config.json:

```javascript
{
"clean":
{
"emoji": "",
"message": ""
},
"pomodoro":
{
"emoji": ":tomato:",
"message": "Pomodoro don't disturb"
},
"pairing":
{
"emoji": ":beers:",
"message": "Pairing"
},
"open":
{
"emoji": ":two_hearts:",
"message": "Open for Pairing"
},
"dinning":
{
"emoji": ":fork_and_knife:",
"message": "Dinning"
},
"doctor":
{
"emoji": ":syringe:",
"message": "Doctor visit"
}
}
```

Then you need to create two environment variables.

```sh
BENDERCITO_FILE="path_to_your_config_file"
BENDERCITO_SLACK_TOKEN="your_slack_token"
```

## Usage

```sh
$ bendercito pairing
```

```sh
$ bendercito --list
```

Project details


Release history Release notifications | RSS feed

This version

0.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bendercito-0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page