Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hadihammurabi/detikcom-scraper
- Owner: hadihammurabi
- License: mit
- Created: 2020-05-08T17:50:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T15:48:16.000Z (over 4 years ago)
- Last Synced: 2024-11-07T08:39:09.346Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```