Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohemohe/hubot-mastodon

Adapter for Hubot to communicate on any mastodon instance
https://github.com/mohemohe/hubot-mastodon

hubot hubot-adapter

Last synced: 9 days ago
JSON representation

Adapter for Hubot to communicate on any mastodon instance

Awesome Lists containing this project

README

        

# hubot-mastodon
mastodon hubot adapter

## install

```bash
yarn add https://github.com/mohemohe/hubot-mastodon.git
```

## usage

```bash
export HUBOT_MASTODON_BASE_URL='https://mstdn.plusminus.io'
export HUBOT_MASTODON_ACCESSTOKEN='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
export HUBOT_MASTODON_TIMELINE='local' # home|local|public
export HUBOT_MASTODON_VISIBILITY='unlisted' # direct|private|unlisted|public
hubot -a mastodon
```