We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getTweet
There's no function available to get twitter article (long form tweet) in Scraper object.
Scraper
Using getTweet will yield link to article instead.
This specific request
const scraper = await getScraper() console.log(await scraper.getTweet("1765884209527394325"))
will result in
{ bookmarkCount: 396, conversationId: '1765884209527394325', id: '1765884209527394325', hashtags: [], likes: 2179, mentions: [], name: 'Write', permanentUrl: 'https://twitter.com/Write/status/1765884209527394325', photos: [], replies: 572, retweets: 455, text: 'https://t.co/dlJ6rIEONa', thread: [], urls: [ 'http://x.com/i/article/1765821414056120320' ], userId: '3001165942', username: 'Write', videos: [], isQuoted: false, isReply: false, isRetweet: false, isPin: true, sensitiveContent: false, timeParsed: 2024-03-07T23:36:18.000Z, timestamp: 1709854578, html: '<a href="http://x.com/i/article/1765821414056120320">https://t.co/dlJ6rIEONa</a>', views: 5769493 }
We can see that there's no article text content in text field nor other field.
text
The text was updated successfully, but these errors were encountered:
getArticle
Successfully merging a pull request may close this issue.
There's no function available to get twitter article (long form tweet) in
Scraper
object.Using
getTweet
will yield link to article instead.Example Request
This specific request
will result in
We can see that there's no article text content in
text
field nor other field.The text was updated successfully, but these errors were encountered: