Skip to content

Aggregate account posting activity #19

@sorenr

Description

@sorenr

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions