this repo has no description
0
fork

Configure Feed

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

Better auth.json explanation

authored by

Simon Willison and committed by
GitHub
dd2b0230 ba709553

+1 -1
+1 -1
README.md
··· 43 43 $ twitter-to-sqlite user-timeline twitter.db 44 44 Importing tweets [#####-------------------------------] 2799/17780 00:01:39 45 45 46 - It assumes there is an `auth.json` file in the current director. You can provide the path to your `auth.json` file using `-a`: 46 + All of these commands assume that there is an `auth.json` file in the current directory. You can provide the path to your `auth.json` file using `-a`: 47 47 48 48 $ twitter-to-sqlite user-timeline twitter.db -a /path/to/auth.json 49 49