this repo has no description
0
fork

Configure Feed

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

Fixed typo

authored by

Simon Willison and committed by
GitHub
197e69ce 21fc1cad

+1 -1
+1 -1
README.md
··· 258 258 259 259 $ twitter-to-sqlite search tweets.db "dogsheep" 260 260 261 - This will import up to around 320 tweets that match that search term into the `tweets` table. It will also create a record in the `search_runs` table recording that the search took place, and many-to-many recorsd in the `search_runs_tweets` table recording which tweets were seen for that search at that time. 261 + This will import up to around 320 tweets that match that search term into the `tweets` table. It will also create a record in the `search_runs` table recording that the search took place, and many-to-many records in the `search_runs_tweets` table recording which tweets were seen for that search at that time. 262 262 263 263 You can use the `--since` parameter to check for previous search runs with the same arguments and only retrieve tweets that were posted since the last retrieved matching tweet. 264 264