Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/detikcom-scraper

Mini tool to scrape news from detik.com
https://github.com/hadihammurabi/detikcom-scraper

Last synced: 7 days ago
JSON representation

Mini tool to scrape news from detik.com

Awesome Lists containing this project

README

        

# Detikcom Scraper
Alat kecil-kecilan untuk ambil data dari detik.com

# Kebutuhan
Sebelum mencoba menggunakan dan menjalankan proyek
ini, Anda harus menyiapkan beberapa bahan.

## Tools
Berikut tools yang dibutuhkan dengan versi yang disarankan.
1. [Python](https://www.python.org/) versi 3.7 ke atas.
2. [PIP](https://pip.pypa.io/en/stable/) versi 20 ke atas.
3. [Chromedriver](https://chromedriver.chromium.org/) versi 81 ke atas.

## Library
Karena proyek ini dibuat menggunakan Python, Anda harus
menginstal beberapa library Python yang dibutuhkan.
Penginstalan dapat dilakukan dengan menjalankan perintah
berikut ini.
```
sudo pip install -r requirements.txt
```