Hey what's up guys. Together we've gone through numerous web scraping tutorials and mastered Requests + Beautiful Soup libraries along with Scrapy framework but today I'd like to dive a bit deeper into web scraping process and break it down into two major pieces: making HTTP requests and parsing content. This video covers the first part - we'll end up creating get() and post() methods to invoke respective HTTP requests and being able to provide data payload along with custom headers.
Don't take it too serious it's made more like for educational purposes rather than production usage)
Source code
Full project
Next part (implementing HTML parser)