A simple Python project that scrapes post data from DC Inside galleries using requests and BeautifulSoup. This tool fetches details like post titles, authors, dates, views, and recommendations.
- Extract post details from DC Inside galleries.
- Supports dynamic parsing of HTML using
BeautifulSoup.
- Python 3.x
- Libraries:
pip install requests beautifulsoup4