twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Scrape Twitter for Tweets

Results 104 twitterscraper issues
Sort by recently updated
recently updated
newest added

[/usr/local/lib/python3.7/dist-packages/twitterscraper/query.py](https://localhost:8080/#) in get_proxies() 47 soup = BeautifulSoup(response.text, 'lxml') 48 table = soup.find('table',id='proxylisttable') ---> 49 list_tr = table.find_all('tr') 50 list_td = [elem.find_all('td') for elem in list_tr] 51 list_td = list(filter(None, list_td))...

Got the error in the title after trying out some of the demos (`twitterscraper Trump -l 1000 -o tweets.json`) on the readme. Only thing I did was `pip install twitterscraper`...

I tried to run twitterscraper with any certain keywords, but it always return results as "INFO:twitterscraper:Got 0 tweets (0 new)."

i've got an error when typing help and scrape data, my operating system is Ubuntu 22.04.02 LTS using windows subsystem for linux. here is my screenshot : ![WhatsApp Image 2023-02-24...