Update README.md

This commit is contained in:
Gordon Shumway 2019-05-17 21:02:43 -04:00 committed by GitHub
parent acb300299d
commit 1645dc0f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,8 @@ twitter --new <twitter_nick>
Schudule a repeating feed of Tweets from a user. Same options as usual apply, just use --new to only return new tweets.
```
load scheduler
scheduler repeat <name> <seconds> "echo [twitter --new --num <number> <twitter_nick>]"
scheduler repeat <name> <seconds> "echo [tweety twitter --new --num <number> <twitter_nick>]" # add repeating command
schduler remove <name> # remove the repeating command
```
Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)