-
Notifications
You must be signed in to change notification settings - Fork 49
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
Conversations in search view #122
Comments
👍 |
right now I don't have a data structure ready to have references for the conversation. The only option I see right now is, to simulate a conversation history by just doing a query for the name of the conversation starter, like here: search for @codinghorror and restrict it with from: to the date of the conversation starter and with until: to a date not more than 24h after the conversation startet. Furthermore, the query must be done with source=cache because otherwise the query goes to the scraper and twitter does not understand since and until. Thats a hack :) - I try to get correct references. Please use the hack meanwhile.. |
I can't go with this hack now, because
I set this as low priority since default search result doesn't show conversation as the moment, unless the user is curious enough. |
I can follow your criticism, however I cannot see any other way to go unless we use the twitter api to retrieve the 'real' conversation. I will investigate a way to identify conversation details from the scraper and also to add a field for a conversation history. Maybe also a different query constraint or modifier is necessary. |
We need to adapt to new implementations of conversation views and discuss this in a new issue as things have changed. |
From twitter search, you can browse the conversation and reply to a certain tweet in the conversation.
Technically they are not 'replies', they are just tweet, that mention at least the OP and related to a certain tweet.
With only status ID, I can't yet evaluate the relations between tweets to make a conversation.
@Orbiter what do you think?
Quick example: https://twitter.com/codinghorror/status/606680573625696256
The text was updated successfully, but these errors were encountered: