Skip to content

Indicate when a tweet entry is a retweet of someone elses tweet, as opposed to an original tweet #29

@equivalentideas

Description

@equivalentideas

In my application, I need to handle retweets and original tweets differently. It seems like the best way to identify a retweet at the moment is to see if the content includes the 'Retweeted by Handle' string with a pattern like like (\<small\>Retweeted by )\w+(\<\/small\>). But this isn't super reliable because it could appear in the content otherwise, and if the feedbin markup changes it will break.

Would an appropriate solution be for the entry object to declare if this tweet is a retweet or not with something like an is_retweet Boolean?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions