Skip to content

Commit 7369a4d

Browse files
authored
Merge pull request #281 from VinciGit00/multi_scraper_graph
SmartScraperMulti Graph and Schema Support
2 parents c8c3201 + be4237a commit 7369a4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1950
-219
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ examples/graph_examples/ScrapeGraphAI_generated_graph
3232
examples/**/result.csv
3333
examples/**/result.json
3434
main.py
35-
.idea
35+
lib/
36+
*.html
37+
.idea
38+

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ The reference page for Scrapegraph-ai is available on the official page of pypy:
2222
```bash
2323
pip install scrapegraphai
2424
```
25-
you will also need to install Playwright for javascript-based scraping:
26-
```bash
27-
playwright install
28-
```
2925

3026
**Note**: it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
3127

0 commit comments

Comments
 (0)