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

Scrape the Twitter Frontend API without authentication.

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

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

elf.location = html.find(".ProfileHeaderCard-locationText")[0].text UnboundLocalError: local variable 'html' referenced before assignment

Hey guys! Is this thing still working? I'm asking cuz I was unable to reproduce any example of yours: ``` from twitter_scraper import Profile profile = Profile('elonmusk') ``` Returns `UnboundLocalError:...

Running the minimal example crashes with an error: ``` $ ipython Python 3.8.3 (default, May 19 2020, 13:54:14) Type 'copyright', 'credits' or 'license' for more information IPython 7.17.0 -- An...

Greetings, I'm getting an error on -> 'module_html' when calling 'get_trends()' ```python Traceback (most recent call last): in Trending = get_trends() File "site-packages\twitter_scraper\modules\trends.py", line 17, in get_trends html = html.json()["module_html"]...

help wanted

Code used: ``` import twitter_scraper for tweet in twitter_scraper.get_tweets('twitter', pages=1): print(tweet) ``` Traceback: ``` Traceback (most recent call last): File "", line 1, in File "/home/foobar/code/temp/twitter-scraper/twitter_scraper/modules/tweets.py", line 166, in get_tweets...

bug
help wanted

As observed in https://github.com/taspinar/twitterscraper#1-motivation it seemed that Tweet Links and Tweet Multimedia files can be acquired. Is there a way of getting them without using taspinar's repo?

Hi, Can you add a method to download tweets with_replies ? Thanks.

Reason: researching about follow networks are useful for creating datasets and manufacturing communities. - https://github.com/narendraj9/digsep - https://github.com/timbennett/twitter-chat-networks - https://github.com/jvallyea/Mapping-Social-Media #### Why is this done? Take a look at these two...