Update README.md

This commit is contained in:
Gordon Shumway 2019-05-17 20:52:36 -04:00 committed by GitHub
parent 0cbcb955a5
commit acb300299d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,10 +85,10 @@ Return new tweets since the last time you checked in channel with --new
```
twitter --new <twitter_nick>
```
Schudule a repeating feed of Tweets from a user
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 <twitter_nick>]"
scheduler repeat <name> <seconds> "echo [twitter --new --num <number> <twitter_nick>]"
```
Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)