Skip to content

This package will get recent earthquake detected from Meteorological, Climatology and Geophysics Agency of Indonesia's website

License

Notifications You must be signed in to change notification settings

Glaceon-Training/recent-indonesia-earthquake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recent (The Latter) Indonesia Earthquake

This package will get recent earthquake detected from Meteorological, Climatology and Geophysics Agency of Indonesia's website

How it works

This package will scrape from BMKG Indonesia to get most recent earthquake happening in Indonesia.

This package uses BeautifulSoup4 and Request to produce output in JSON form and ready to be used in web application services.

How to use

import recent_earthquake2

if __name__ == '__main__':
    indonesia_earthquake = recent_earthquake2.LatestEarthquake('https://bmkg.go.id/')
    indonesia_earthquake.show_description()
    indonesia_earthquake.run()

Author

Ryandri

About

This package will get recent earthquake detected from Meteorological, Climatology and Geophysics Agency of Indonesia's website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages