asyncbs4

Asynchronous BeautifulSoup Library.


License
MIT
Install
pip install asyncbs4==1.0.4

Documentation

asyncbs4

Python PyPI

asyncbs4 is an asynchrounous beautiful soup library which is useful for the developers to scrap file asynchrounously.

Installation

pip install asyncbs4

Usage

from asyncbs4 import AsyncBeautifulSoup as asyncbs

url="https://facebook.com"

soup = asyncbs.get_content(url) ```