You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
## Requests based scraping tutorial
2
2
3
3
4
-
You want to start scraping? Well this guide will teach you, and not some baby selenium scraping. This guide only uses raw requests and has examples in both python and kotlin. Only basic programming knowlege in one of those languages is required to follow along in the guide.
4
+
You want to start scraping? Well this guide will teach you, and not some baby selenium scraping. This guide only uses raw requests and has examples in both python and kotlin. Only basic programming knowlege in one of those languages is required to follow along in the guide.
5
+
6
+
If you find any aspect of this guide confusing please open an issue about it and I will try to improve things.
7
+
8
+
If you do not know programming at all then this guide will __not__ help you, learn programming first! Real scraping cannot be done by copy pasting with a vauge understanding.
5
9
6
10
7
11
0.[Starting scraping from zero](https://github.com/Blatzar/scraping-tutorial/blob/master/starting.md)
0 commit comments