-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Immediate problem: I'm looking to make a heat map for an account's posting activity. "9-5 Moscow time" vs "evenings and weekends".
Most straightforward solution would take an account name and a start/end range and return a list of timestamps. (I can do the binning myself, and might want to do the binning in a special way.)
A more flexible solution might be to return a particular attribute of that tweet. (Timestamp, tweet length, tweet content, reply ID, reply userID.) You could expand functionality by implementing new return types as needed.
Or just return a list of tweet structs and let the user attributes. (Might return a lot of data.)
hoblin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request