twitter-scraper icon indicating copy to clipboard operation
twitter-scraper copied to clipboard

A port of n0madic/twitter-scraper to Node.js.

Results 44 twitter-scraper issues
Sort by recently updated
recently updated
newest added

An easy "fix" to this rate limiting issue is to just allow switching between multiple accounts in the event of a 429. So when doing `scraper.login()` you can provide an...

enhancement

On v0.5.0, using code that worked 2 days ago, I now only get 404 errors when using scraper.getTweet. For example, trying to retrieve https://twitter.com/elonmusk/status/1689963696703848449. Tested on a VPN to check...

bug

When using the login function with username, password and email on a local instance of scraper, it works and I am able to use functions that need the login function....

i've had the error `rest_id not found` show up a few times and was hoping you might know what may cause this. so far all the accounts i've checked are...

question

I observe different url: https://twitter.com/i/api/graphql/-KWrbTBsPifMuLUqqDiU_A/SearchTimeline?variables=%7B%22rawQuery%22%3A%22javascript%22%2C%22count%22%3A20%2C%22querySource%22%3A%22typed_query%22%2C%22product%22%3A%22Top%22%7D&features=%7B%22responsive_web_graphql_exclude_directive_enabled%22%3Atrue%2C%22verified_phone_label_enabled%22%3Afalse%2C%22creator_subscriptions_tweet_preview_api_enabled%22%3Atrue%2C%22responsive_web_graphql_timeline_navigation_enabled%22%3Atrue%2C%22responsive_web_graphql_skip_user_profile_image_extensions_enabled%22%3Afalse%2C%22c9s_tweet_anatomy_moderator_badge_enabled%22%3Atrue%2C%22tweetypie_unmention_optimization_enabled%22%3Atrue%2C%22responsive_web_edit_tweet_api_enabled%22%3Atrue%2C%22graphql_is_translatable_rweb_tweet_is_translatable_enabled%22%3Atrue%2C%22view_counts_everywhere_api_enabled%22%3Atrue%2C%22longform_notetweets_consumption_enabled%22%3Atrue%2C%22responsive_web_twitter_article_tweet_consumption_enabled%22%3Atrue%2C%22tweet_awards_web_tipping_enabled%22%3Afalse%2C%22freedom_of_speech_not_reach_fetch_enabled%22%3Atrue%2C%22standardized_nudges_misinfo%22%3Atrue%2C%22tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled%22%3Atrue%2C%22rweb_video_timestamps_enabled%22%3Atrue%2C%22longform_notetweets_rich_text_read_enabled%22%3Atrue%2C%22longform_notetweets_inline_media_enabled%22%3Atrue%2C%22responsive_web_enhance_cards_enabled%22%3Afalse%7D ``` ⨯ ApiError: Response status: 404 at Function.fromResponse (webpack-internal:///(rsc)/./node_modules/@the-convocation/twitter-scraper/dist/errors.js:22:16) at processTicksAndRejections (node:internal/process/task_queues:95:5) at requestApi (webpack-internal:///(rsc)/./node_modules/@the-convocation/twitter-scraper/dist/api.js:55:18) at getSearchTimeline (webpack-internal:///(rsc)/./node_modules/@the-convocation/twitter-scraper/dist/search.js:96:17) at fetchSearchTweets (webpack-internal:///(rsc)/./node_modules/@the-convocation/twitter-scraper/dist/search.js:38:22) at findTweets (webpack-internal:///(rsc)/./app/api/tweet/route.ts:63:21) {...

bug

When logging in `scraper.login(username, password, email)` ``` Error: Attention Required! | Cloudflare body{margin:0;padding:0} if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } Please...

bug

Hi! I've been liking this library a lot as you can see :) Something that I would like to have for my project is being able to choose how rate...

enhancement

In some case i using twitter-scaper for edge runtime so MemoryCookieStore does not support can you add options params to support custom Cookie Stores ? Thanks for awesome libs

enhancement

Hey hey! This is a great project. I noticed that it is mostly focused on gathering data and not sending or interacting, but I don't think it would be too...

enhancement

I just write simply code: await scraper.login(twitterAccount.username, twitterAccount.password); but on the latest tried i just got return: {"errors":[{"code":366,"message":"Missing data."}]} I run on version 0.8.1