Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NLP] scape_post won't parse a reference #92

Open
ShaRefOh opened this issue Jun 3, 2024 · 1 comment
Open

[NLP] scape_post won't parse a reference #92

ShaRefOh opened this issue Jun 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@ShaRefOh
Copy link
Contributor

ShaRefOh commented Jun 3, 2024

The RefPost object created by scape_post on the tweet https://twitter.com/JingyiQiu4/status/1792956482851663941, doesn't parse the reference in the tweet

@ShaRefOh ShaRefOh added the bug Something isn't working label Jun 3, 2024
@ShaRefOh ShaRefOh changed the title scape_post won't parse a reference [NLP] scape_post won't parse a reference Jun 6, 2024
ronentk added a commit that referenced this issue Jun 6, 2024
@ronentk
Copy link
Contributor

ronentk commented Jun 6, 2024

@ShaRefOh ok it looks like this is due to that user having a blue check acct (even though it is hidden from their profile page)

The api I'm using in python using doesn't support longer tweets than the standard limit.

In [3]: tweet.content
Out[3]: '🚀Our field experiment (@yanchen @alain_cohn & Al Roth) on Twitter shows that social media promotion can boost job market outcomes, especially for women❗️\n\n✅Job market candidates in the treatment group received one additional flyout, with women receiving 0.9 more job offers.… https://t.co/kr7v2dMaeW'

This is the same as issue csensemakers/desci-sense#31 , it shouldn't be a problem in the app since we are using the official twitter api. I think we can safely ignore it for now.

@ronentk ronentk added the wontfix This will not be worked on label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants