indomarinefish

This package will give us information about the latest total marine fish production in Indonesia.
The Name of the fish is written in Indonesian. The total production is in Kg.

How it work?

This package will scrape from PIPP
to get the latest marine fish production in Indonesia.

This package will use BeautifulSoup4 and Request, to produce output in the form of JSON.
This package is ready to be used in web or mobile applications.

How to use

import produksiikan

if __name__ == '__main__':
    result = produksiikan.data_extraction()
    produksiikan.show_data(result)

Author

mizan toyyibun

GitHub

View Github