People have been using requests to get, post, and other methods for requests. Although there is one issue, code blocks. Code blocks are really annoying when it starts doing a request. Code blocks basically blocks every process from doing what they're tasked to do and it'll only continue once the request has been finished. Instead, you should use aiohttp. Aiohttp is basically like requests, but async. You won't be able to get code blocks by using Aiohttp.