Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runnerty/executor-twitter
Runnerty module: twitter executor
https://github.com/runnerty/executor-twitter
executor runnerty twitter
Last synced: about 1 month ago
JSON representation
Runnerty module: twitter executor
- Host: GitHub
- URL: https://github.com/runnerty/executor-twitter
- Owner: runnerty
- License: mit
- Created: 2018-02-28T15:52:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:19:27.000Z (about 2 years ago)
- Last Synced: 2024-11-11T06:45:01.634Z (about 2 months ago)
- Topics: executor, runnerty, twitter
- Language: JavaScript
- Size: 172 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter executor for [Runnerty]:
### Methods:
* Configuration sample:
```json
{
"id": "twitter_default",
"type": "@runnerty-executor-twitter",
"consumerKey":"123abc",
"consumerSecret":"123abc" ,
"accessToken":"123abc",
"accessTokenSecret":"123abc"
}
```* Plan sample to update our twitter status:
```json
{
"id":"twitter_default",
"command":"update",
"status": "Hello I'm #runnerty #twitter #bot"
}
```* Plan sample to search a hashtag:
```json
{
"id":"twitter_default",
"command":"search",
"query": "#runnerty"
}
```* Plan sample to get an user's followers:
```json
{
"id":"twitter_default",
"command":"followers",
"screen_name": "@runnerty"
}
```* Plan sample to get an user's followers:
```json
{
"id":"twitter_default",
"command":"retweet",
"tweet_id": "12345678"
}
```* Plan sample to send a direct message:
```json
{
"id":"twitter_default",
"command":"direct",
"screen_name": "runnerty_io",
"textToSend": "Hello Runnerty"
}
```[Runnerty]: http://www.runnerty.io