Socket
Socket
Sign inDemoInstall

latestrendingnews-indonesia

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    latestrendingnews-indonesia

This package will display the latest trending news data taken from detik.com


Maintainers
1

Readme

This package will display the latest trending news data taken from detik.com

HOW IT WORK?

This package will scrape data from detikcom to display the latest most popular news in Indonesia. This package use BeautifulSoup4 and request to produce output in the form of JSON which is ready to be used in web and mobile applications

HOW TO USE

from beritapopuler import NewsTrending

if __name__ == "__main__":
    berita_populer = NewsTrending()
    berita_populer.run()

Author

Fauzi Kurniawan

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc