JustAnotherArchivist / JustAnotherArchivist/snscrape
Specify the number of tweets to the snscrape.modules.twitter moduler
Open
documentation
enhancement
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
```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```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.