this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README tweaks

authored by

Simon Willison and committed by
GitHub
c44d286a 2f8ceca3

+3 -3
+3 -3
README.md
··· 158 158 159 159 $ twitter-to-sqlite track tweets.db kakapo 160 160 161 - 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. 161 + 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. 162 162 163 - You can pass multiple keywords as a space separated list. This will capture tweets matching either of those keywords. 163 + You can pass multiple keywords as a space separated list. This will capture tweets matching either of those keywords: 164 164 165 165 $ twitter-to-sqlite track tweets.db kakapo raccoon 166 166 ··· 182 182 183 183 This 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. 184 184 185 - This command accepts one or more screen names. 185 + The command accepts one or more screen names. 186 186 187 187 You can feed it numeric Twitter user IDs instead of screen names by using the `--ids` flag. 188 188