twitter scraper script

This commit is contained in:
Jarrian
2023-09-09 12:23:18 +08:00
parent e4e46c9802
commit 783294a1ed
9 changed files with 492 additions and 14 deletions

View File

@@ -1 +1,23 @@
# selenium-twitter-scraper
# selenium-twitter-scraper
## Setup
```bash
pip install -r requirements.txt
```
## Usage
```bash
python scraper
```
### Arguments
```bash
usage: python scraper [arg]
Arguments Description
--tweets : No. of tweets. 50 default.
e.g. --tweets=500
```