snscrape icon indicating copy to clipboard operation
snscrape copied to clipboard

A social networking service scraper in Python

Results 105 snscrape issues
Sort by recently updated
recently updated
newest added

I am extracting tweets and replies with using ; `sntwitter.TwitterTweetScraper(tweetId=tweet.id, mode=mode.RECURSE)` and `sntwitter.TwitterSearchScraper(query)` that I got the following error: `error '>' not supported between instances of 'Tweet' and 'Tweet'`; Which...

All Facebook group scrapes (that I've tried, e.g. 22137638452 and ACTWP) fail with snscrape.base.ScraperException: Code container ID marker not found (does the group exist?) This is due to Facebook rolling...

bug
module:facebook

Hello, I have been using your package for the last two days for scrapping twitter and it worked very well! now, I am trying to scrape facebook and it is...

bug
module:facebook

First of all: thanks for creating and constantly maintaining this package; it must be a madman's job with the frequent code changes from Twitter and (especially) Facebook. Anyway, I'm wondering...

enhancement
module:facebook

Hi, I want to use snscrape for collect instagram data. My code is: ``` import snscrape.modules.instagram as sninstagram import pandas as pd query='google' #change name ins_s=[] limit=10 for ins in...

bug
module:instagram

Photo scraping doesn't currently work for VKontakte, because `data-photo-id` seems no longer included in the anchor's attributes. There is, however, and aria-label that starts with `photo` included in the attributes;...

bug
module:vkontakte

For videos it works beautifully and returns url, thumbnail, duration etc. But it skips photos entirely :(

bug
module:vkontakte

My code quality leaves a lot to be desired don't judge Fixes #155

enhancement
modules

It appears that https://github.com/JustAnotherArchivist/snscrape/issues/407 has come up again? Thoughts? ``` Traceback (most recent call last): File "scrapper.py", line 183, in sptwitter.main() File "scrapper.py", line 58, in main self.channel.start_consuming() File "/usr/local/lib/python3.8/dist-packages/pika/adapters/blocking_connection.py",...

bug
module:twitter

When I attempt the following call (or any other weibo user) ``` snscrape --jsonl weibo-user 1223717857 ``` I receive the following error: ``` 2022-07-06 09:04:36.550 CRITICAL snscrape._cli Dumped stack and...

bug
module:weibo