Skip to content

Instantly share code, notes, and snippets.

View zzsza's full-sized avatar
🎯
Focusing

Sung Yun Byeon zzsza

🎯
Focusing
View GitHub Profile
import requests
from bs4 import BeautifulSoup
def parsing_beautifulsoup(url):
"""
뷰티풀 수프로 파싱하는 함수
:param url: paring할 URL
:return: BeautifulSoup soup Object
"""