Skip to content

muntakim1/asyncBeautifulSoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) ```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages