Skip to content

Sebuah bot Threads.net (Meta) untuk mendeteksi adanya gempa bumi terbaru yang terjadi di Indonesia, berdasarkan data yang diambil secara berkala dari BMKG.

License

Notifications You must be signed in to change notification settings

galanghanaf/gempa-threads-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gempa Threads Bot

This system using PHP MVC Framework with PHP 8.1.10 and NodeJS 18.18.0

DISCLAIMER

This bot was created for learning purposes.

Example

threads-bot

Introduction

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

Configuration

  • Setup Database & URL app/config/Config.php
define("BASE_URL", "http://localhost/gempa-threads-bot/");
define("DB_HOST", "localhost");
define("DB_USER", "username");
define("DB_PASS", "password");
define("DB_NAME", "tbl_earthquake");
  • Setup Threads Bot in app/bot
npm install
  • Rename app/bot/.env.example to app/bot/.env
  • Fill Username & Password Threads (Instagram) app/bot/.env
PORT="your_port"
IG_USERNAME="your_username"
IG_PASSWORD="your_password"

About

Sebuah bot Threads.net (Meta) untuk mendeteksi adanya gempa bumi terbaru yang terjadi di Indonesia, berdasarkan data yang diambil secara berkala dari BMKG.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published