New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

latestrendingnews-indonesia

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

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

0.4.1
PyPI
Maintainers
1

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

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