JustAnotherArchivist / JustAnotherArchivist/snscrape

Specify the number of tweets to the snscrape.modules.twitter moduler

Open
#589 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.