Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 698 Bytes

Gempa Twitter Bot

Sebuah bot twitter untuk mendeteksi adanya gempa bumi terbaru yang terjadi di Indonesia, berdasarkan data yang diambil secara berkala dari BMKG.

Example

twitter-bot

Configuration

Tested in PHP 8.1.10 and NodeJS 18.18.0.

  • Database Setup application/config/database.php
  • Change URL application/config/config.php
  • Install Module cd bot/twitter after that npm install
  • Rename bot/twitter/.env.example to bot/twitter/.env
  • Fill every singgle key in bot/twitter/.env
  • Run node index.js
  • That's it, done.