do web scraping using BeatifulSoup
Use BeautifulSoup for static content, or Selenium if the page content is dynamically loaded by JavaScript.
py -m venv my_django_environment
pip install requests beautifulsoup4 selenium
python new.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
do web scraping using BeatifulSoup
Use BeautifulSoup for static content, or Selenium if the page content is dynamically loaded by JavaScript.
py -m venv my_django_environment
pip install requests beautifulsoup4 selenium
python new.py