···158158159159 $ twitter-to-sqlite track tweets.db kakapo
160160161161-This command will continue to run until you hit Ctrl+C. It will capture any tweets mentioning the keyword [kakap](https://en.wikipedia.org/wiki/Kakapo) and store them in the `tweets.db` database file.
161161+This command will continue to run until you hit Ctrl+C. It will capture any tweets mentioning the keyword [kakapo](https://en.wikipedia.org/wiki/Kakapo) and store them in the `tweets.db` database file.
162162163163-You can pass multiple keywords as a space separated list. This will capture tweets matching either of those keywords.
163163+You can pass multiple keywords as a space separated list. This will capture tweets matching either of those keywords:
164164165165 $ twitter-to-sqlite track tweets.db kakapo raccoon
166166···182182183183This includes tweets by those users, tweets that reply to or quote those users and retweets by that user. See [the Twitter follow documentation](https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters#follow) for full details.
184184185185-This command accepts one or more screen names.
185185+The command accepts one or more screen names.
186186187187You can feed it numeric Twitter user IDs instead of screen names by using the `--ids` flag.
188188