twitter scraper script
This commit is contained in:
24
README.md
24
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user