Update README.md

This commit is contained in:
Gordon Shumway 2019-05-17 19:20:20 -04:00 committed by GitHub
parent 566cefcde4
commit e31bc21152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -81,6 +81,16 @@ Optional: There are some config variables that can be set for the bot. They main
## Extras
Return new tweets since the last time you checked in channel with --new
```
twitter --new <nick>
```
Schudule a repeating feed of Tweets from a user
```
load scheduler
repeat 300 "twitter --new <nick>"
```
Want the bot to function like others do parsing out Twitter links and displaying? (Thanks to Hoaas)
```