Skip to content

Commit 2610597

Browse files
committed
scrapy
1 parent 98505d5 commit 2610597

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
lines changed

beautifulsoup/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
See also
22

3-
- [beautifulsoup](https://github.com/furas/python-examples/beautifulsoup)
4-
- [requests](https://github.com/furas/python-examples/requests)
5-
- [selenium](https://github.com/furas/python-examples/selenium)
6-
- [`__scraping__`](https://github.com/furas/python-examples/__scraping__)
3+
- [beautifulsoup](../beautifulsoup)
4+
- [requests](../requests)
5+
- [scrapy](../scrapy)
6+
- [selenium](../selenium)
7+
- [`__scraping__`](../__scraping__)

requests/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
![#1](screenshots/image-1.png?raw=true)
3-
42
## HTTP
53

64
- [Requests](http://docs.python-requests.org/en/master/)
@@ -96,3 +94,13 @@ http://htql.net/
9694
http://arshaw.com/scrapemark/
9795

9896
https://pythonhosted.org/pyquery/
97+
98+
---
99+
100+
See also
101+
102+
- [beautifulsoup](../beautifulsoup)
103+
- [requests](../requests)
104+
- [scrapy](../scrapy)
105+
- [selenium](../selenium)
106+
- [`__scraping__`](../__scraping__)

scrapy/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
12
See also
23

3-
- [beautifulsoup](https://github.com/furas/python-examples/beautifulsoup)
4-
- [requests](https://github.com/furas/python-examples/requests)
5-
- [selenium](https://github.com/furas/python-examples/selenium)
6-
- [`__scraping__`](https://github.com/furas/python-examples/__scraping__)
4+
- [beautifulsoup](../beautifulsoup)
5+
- [requests](../requests)
6+
- [scrapy](../scrapy)
7+
- [selenium](../selenium)
8+
- [`__scraping__`](../__scraping__)

selenium/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
12
See also
23

3-
- [beautifulsoup](https://github.com/furas/python-examples/beautifulsoup)
4-
- [requests](https://github.com/furas/python-examples/requests)
5-
- [selenium](https://github.com/furas/python-examples/selenium)
6-
- [`__scraping__`](https://github.com/furas/python-examples/__scraping__)
4+
- [beautifulsoup](../beautifulsoup)
5+
- [requests](../requests)
6+
- [scrapy](../scrapy)
7+
- [selenium](../selenium)
8+
- [`__scraping__`](../__scraping__)

0 commit comments

Comments
 (0)