You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ You can create that JSON file by running the following command and pasting in th
36
36
37
37
This will create a file called `auth.json` in your current directory containing the required values. To save the file at a different path or filename, use the `--auth=myauth.json` option.
38
38
39
-
## Retrieving tweets by an account
39
+
## Retrieving tweets by specific accounts
40
40
41
-
The `user-timeline` command retrieves all of the tweets posted by the specified user account. It defaults to the account belonging to the authenticated user:
41
+
The `user-timeline` command retrieves all of the tweets posted by the specified user accounts. It defaults to the account belonging to the authenticated user:
Twitter's API only returns up to around 3,200 tweets for most user accounts, but you may find that it returns all available tweets for your own user account.
55
55
56
+
You can pass numeric Twitter user IDs instead of screen names using the `--ids` parameter.
57
+
56
58
You can use `--since` to retrieve every tweet since the last time you imported for that user, or `--since_id=xxx` to retrieve every tweet since a specific tweet ID.
57
59
58
-
## Retrieve accounts in bulk
60
+
This command also accepts `--sql` and `--attach` options, documented below.
61
+
62
+
## Retrieve user profiles in bulk
59
63
60
64
If you have a list of Twitter screen names (or user IDs) you can bulk fetch their fully inflated Twitter profiles using the `users-lookup` command:
0 commit comments