This package will get the latest earthquake from BMKG | Meteorological, Climatological, and Geophysical Agency
This package will scrape from BMKG to get latest quake happened in Indonesia.
This package will use BeautifulSoup4 and Requests, to produce output in the form of JSON that is ready to be used in web of mobile applications
import gempaterkini
if __name__ == '__main__':
gempa_di_indonesia = gempaterkini.GempaTerkini('https://bmkg.go.id/')
print(f'Aplikasi utama menggunakan package yang memiliki deskripsi {gempa_di_indonesia.description}')
gempa_di_indonesia.tampilkan_keterangan()
gempa_di_indonesia.run()
Pri Anton Subardio, Prita dan Hugo AB