Common-SenseMakers / sensemakers

Sensemakers infrastructure for developing AI-based tools for semantic annotations of social posts. Cross-poster app to publish your semantic posts on different networks.
GNU General Public License v3.0
1 stars 2 forks source link

[APP] determine how to handle quote tweets, retweets, and replies #50

Closed weswalla closed 4 months ago

weswalla commented 4 months ago

from the twitter api docs (https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets#tab0) we can exclude retweets and replies. It seems like quote tweets are handles as normal tweets and wouldn't be excluded if retweets are excluded from the results.

ronentk commented 4 months ago

That sounds good, in line with what we defined here https://www.notion.so/m4co/Create-Twitter-science-filter-dataset-de2450d2e856421695287e6e780780e7?pvs=4

weswalla commented 4 months ago

@ronentk should we also exclude replies in the app as well? or are we just excluding them for the test data?

ronentk commented 4 months ago

In the app as well, for the closed beta. We talked with Andrea today about this as high priority for future versions. For example, there are thread tweets summarizing a paper that would require ability to handle replies, eg https://twitter.com/amyxzh/status/1779927180065296810

pepoospina commented 4 months ago

Outdated issue. Will add new one focused on threads