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

Add new Quoted tweets endpoint #610

Merged
merged 4 commits into from
Mar 18, 2022
Merged

Add new Quoted tweets endpoint #610

merged 4 commits into from
Mar 18, 2022

Conversation

igorbrigadir
Copy link
Contributor

@igorbrigadir igorbrigadir commented Mar 17, 2022

There's a new quotes endpoint just launched, this adds the python API and twarc2 command for this.

https://twittercommunity.com/t/introducing-the-quote-tweets-lookup-endpoint-to-the-twitter-api-v2/168370

Copy link
Contributor

@SamHames SamHames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I saw your initial work and thought I'd missed an announcement 😆

@igorbrigadir igorbrigadir merged commit 6fa74fb into main Mar 18, 2022
@igorbrigadir igorbrigadir deleted the quoted_tweets branch March 18, 2022 04:31
@miguelwon
Copy link

Thanks! This is very helpful!
Is it possible to use it with a list of tweet ids?

@igorbrigadir
Copy link
Contributor Author

No, unfortunately it can only take 1 tweet ID at a time in the command line. But we're gonna change it later in #608 like twarc2 bulk quotes ids.txt output.jsonl

Otherwise, you can use the python library to call

def quotes(

@miguelwon
Copy link

Thanks, I will use the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants