Home

Awesome

opsdroid connector twitter

A connector for opsdroid to send messages using Twitter.

Requirements

To use the twitter connecter you will need a Twitter account which you want the bot to control and you will need an application to authenticate with.

Creating your application

Configuration

connectors:
  - name: twitter
    # required
    consumer_key: "zyxw-abdcefghi-12345"
    consumer_secret: "zyxw-abdcefghi-12345-zyxw-abdcefghi-12345"
    oauth_token: "zyxw-abdcefghi-12345-zyxw-abdcefghi-12345"
    oauth_token_secret: "zyxw-abdcefghi-12345-zyxw-abdcefghi-12345"
    # optional
    enable_dms: true  # Should the bot respond to Direct Messages
    enable_tweets: true  # Should the bot respond to tweets