Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit644f875

Browse files
authored
Update README.md
1 parentd28970e commit644f875

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

‎README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@
99

1010
###Disclaimer
1111

12-
The following example is a simple script showing how to utilize Smartproxy with Nightmare.js.
13-
We suggest to reseach[Nightmare.js](https://github.com/segmentio/nightmare#api) documentation in order to continue development with this tool.
12+
The following tutorial is meant for educational purposes and introduces to the basics of web scraping and utilizing Smartproxy for it.
13+
We suggest to reseach the[Requests](https://requests.readthedocs.io/en/master/user/quickstart/) and[BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) documentation in order to build upon the given example.
14+
15+
###Prerequisites
16+
17+
To run our example script, you are going to need a few libraries as well as Node.js.
18+
19+
*[BeautifulSoup](https://pypi.org/project/beautifulsoup4/)
20+
*[Requests](https://pypi.org/project/requests/)
21+
22+
##List of contents
23+
24+
-[Introduction](#introduction)
25+
26+
##Introduction
27+
28+
If you’re here that means you are interested in finding out more about how to scrape and enjoy all the data that you gather. However, before we dive into it, we first need to understand what web scraping is. In general terms, scraping is the process of acquiring a web page with all of its information and then extracting selected fields for further processing. Usually the purpose of gathering that information is so that a person could easily monitor it. Some examples could be reviews, prices, weather reports, billboard hits,and so on.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp