-
```
Loading .env file
Loaded .env file
Initializing Twitter Scraper...
Setup WebDriver...
Initializing ChromeDriver...
WebDriver Setup Complete
Logging in to Twitter...
Login Failed: T…
-
I'm trying to run the following code example from the documentation:
`Python 3.7.3 (default, Mar 26 2019, 21:43:19)
[GCC 8.2.1 20181127] on linux
Type "help", "copyright", "credits" or "license…
-
!pip install twitter_scraper
from twitter_scraper import get_tweets
for tweet in get_tweets('#arsenal', pages=1):
print(tweet['text'])
i ran this simple code but it returns the error "Oops! Ei…
-
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 …
-
https://github.com/n0madic/twitter-scraper/commits/master
-
I'm getting this problem using the old method, the one that doesn't involve a headless browser. It started up just a few hours ago. At first I thought it was IP-based, like I hit some sort of request …
-
Example usage:
```
for t in get_tweets(twitter, pages=n):
...
```
Error:
```
Getting 4 tweets from ggreenwald
Traceback (most recent call last):
File "bot.py", line 37, in
m…
-
Een goede civic tech events calendar. Bestaat al iets obv Google calendar (icm twitter autotweet), maar mag gewoon obv json file (eenvoudiger) icm bijv. Meetup API, scraper, RSS, etc. (alsnog icm auto…
-
It will be easier for us content people to sift through selected lists of news articles (for tracking promises) if we can wield the powers of data scrapers.
Would someone from the programming team li…
-
I'm trying to get the lastest 50 tweets (expecting tweets and replies) but it sounds like I'm only able to get:
- tweets
- retweets.
I'm leveraging `getTweets('userHandle', 50)` to do so, no aut…