···42424343The following command pulls your followers and saves them in a SQLite database file called `twitter.db`:
44444545- $ twitter-to-sqlite followers twitter.db auth.json
4545+ $ twitter-to-sqlite followers twitter.db
46464747-The `auth.json` path argument is optional - if you omit it the script will look for `auth.json` in your current directory.
4747+It assumes there is an `auth.json` file in the current director. You can provide the path to your `auth.json` file using `-a`:
4848+4949+ $ twitter-to-sqlite followers twitter.db -a /path/to/auth.json
48504951This command is **extremely slow**, because Twitter impose a rate limit of no more than one request per minute to this endpoint! If you are running it against an account with thousands of followers you should expect this to take several hours.
5052