Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 589 Bytes

File metadata and controls

17 lines (12 loc) · 589 Bytes

DETIK NEWS SCRAPER (dn_scraper)

A python library for scraping news articles from detik.com.

Installation

pip install dn-scraper

Usage

  • The library expose DetikNewsScraper class that has .search() method.
  • For simple trial can be done by copying this google colab notebook
  • Beware of detik platform rate limit, for fetching massive data, use proxy, or do better scheduler

Contributing

Contribution is very welcome, just open pull request and we'll check it out.