Skip to content

Commit 30a3fee

Browse files
fixes
1 parent 2ed45fb commit 30a3fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web Scraping Template
22

3-
This Web Scraping Template provides you with a great starting point when creating web scraping applications.
3+
This Web Scraping Template provides you with a great starting point when creating web scraping bots.
44

55
## ⭐ Usecase of Web Scraping Template
66

@@ -39,7 +39,7 @@ Here are some best practices for web scraping:
3939

4040
1. Instead of individually visiting each page to gather links, it is advisable to search for pagination links within sitemaps or RSS feeds. In most cases, these sources provide all links in an organized manner.
4141

42-
![sitemap](/img/sitemap.png)
42+
![sitemap](https://raw.githubusercontent.com/omkarcloud/web-scraping-template/master/img/sitemap.png)
4343

4444
2. Make the bot look humane by adding random waits using methods like `driver.short_random_sleep` and `driver.long_random_sleep`.
4545

img/sitemap.png

120 KB
Loading

0 commit comments

Comments
 (0)