Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohemohe/hubot-mastodon
- Owner: mohemohe
- License: wtfpl
- Created: 2019-08-02T16:07:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T17:42:31.000Z (about 5 years ago)
- Last Synced: 2024-12-24T20:29:07.043Z (9 days ago)
- Topics: hubot, hubot-adapter
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```