Hi!
I have a list of user_id and I want the date of their creation using rtweet
I’d thought that lookp_users would get me the “account_created_at” of the users, but it doesn’t retrieve it.
Am I using an incorrect method?
Is twitteR best suited for this?
Is there any other library (for R or Python library) to get this info?
Hi! I’d thought that lookp_users would get me the “account_created_at” of the users, but it doesn’t retrieve it.
Am I using an incorrect method?
Is twitteR best suited for this?
Is there any other library (for R or Python library) to get this info?
Glad you found the column name. To provide a reproducible example you need to provide code and its results that proofs your claim. In your case it was enough with:
This would have shown that indeed the account_created_at colum is on the results of lookup_users as shown on the last line of the code.
There is no way around the wait of 15 minutes. That is a condition imposed by Twitter to control and limit how much data is extracted from the company.
However, if you look to download batches of data there is the research environment and the CRAN - Package academictwitteR to help you with it (I haven’t added support to this kind of interaction with Twitter on rtweet yet).