python-asynchronous-parser

The simple asynchronous python parser

Languages

Русский

Простой пример работы асинхронных запросов на Python в виде парсера. Используются библиотеки Asyncio (системная) и Aiohttp (прикладная) для обеспечения асинхронности GET-запроса. Документации к библиотекам:

Установка прикладного модуля aiohttp через утилиту pip:

pip3 install aiohttp

Клонируйте репозиторий для просмотра:

mkdir parser
cd parser
git clone https://github.com/nightadmin/python-asynchronous-parser.git
cd python-asynchronous-parser
ls

English

Simple asynchronous web-parser. It is founded by system module Asyncio and user module Aiohttp on Python. You can see the docs for this libraries here:

Installing module aiohttp using pip:

pip3 install aiohttp

Clone te repo to watch the content:

mkdir parser
cd parser
git clone https://github.com/nightadmin/python-asynchronous-parser.git
cd python-asynchronous-parser
ls