Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

runnerty/executor-twitter

Open more actions menu

Repository files navigation

Twitter executor for Runnerty:

Methods:

  • Configuration sample:
{
  "id": "twitter_default",
  "type": "@runnerty-executor-twitter",
  "consumerKey":"123abc",
  "consumerSecret":"123abc" ,
  "accessToken":"123abc",
  "accessTokenSecret":"123abc"
}
  • Plan sample to update our twitter status:
{
  "id":"twitter_default",
  "command":"update",
  "status": "Hello I'm #runnerty #twitter #bot"
}
  • Plan sample to search a hashtag:
{
  "id":"twitter_default",
  "command":"search",
  "query": "#runnerty"
}
  • Plan sample to get an user's followers:
{
  "id":"twitter_default",
  "command":"followers",
  "screen_name": "@runnerty"
}
  • Plan sample to get an user's followers:
{
  "id":"twitter_default",
  "command":"retweet",
  "tweet_id": "12345678"
}
  • Plan sample to send a direct message:
{
  "id":"twitter_default",
  "command":"direct",
  "screen_name": "runnerty_io",
  "textToSend": "Hello Runnerty"
}

About

Runnerty module: twitter executor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.