Skip to content

opsdroid/connector-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Go to https://apps.twitter.com/
  • Log in with the account you want the bot to use
  • Create a new application (fill in the name, description and website)
  • Go to the application settings pages
  • Select the 'permissions' tab and allow 'Read, Write and Access direct messages'
  • Select the 'Keys and Access Tokens' tab and generate an Access Token and Token Secret
  • Make note of your Tokens and Consumer Tokens

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

About

📡 A twitter connector for opsdroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages