Akeem Amusat
Results
1
issues of
Akeem Amusat
```python from snscrape.modules import twitter tweet_list = list(twitter.TwitterSearchScraper("Spacex").get_items()) ``` The ```get_items()``` should be passed an argument ```n``` to specify the number of tweets to get from the ```TwitterSearchScraper```
enhancement
documentation