Skip to content

Commit 3cc5b5b

Browse files
committed
Update README.md to include Python usage example for running the scraper
1 parent d224869 commit 3cc5b5b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ Run from the command line:
9090
nyc-infohub-scraper
9191
```
9292

93-
Installing this package gives you access to the CLI tool nyc-infohub-scraper, which launches the scraper pipeline from the terminal with a single command.
93+
Installing this package gives you access to the CLI tool nyc-infohub-scraper, which launches the scraper pipeline from the terminal with a single command. Otherwise in Python, run the following:
94+
95+
```python
96+
from excel_scraper import scraper
97+
98+
run_scraper()
99+
```
94100

95101
---
96102

0 commit comments

Comments
 (0)