Sebuah bot twitter untuk mendeteksi adanya gempa bumi terbaru yang terjadi di Indonesia, berdasarkan data yang diambil secara berkala dari BMKG.
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 thatnpm install
- Rename
bot/twitter/.env.example
tobot/twitter/.env
- Fill every singgle key in
bot/twitter/.env
- Run
node index.js
- That's it, done.