This package will get the latest news from the source all website in indonesia
Project description
Latest News Indonesia
This package contains the latest news from various official Indonesian websites
HOW IT WORK?
This package will be taken from the [Official Indonesian Website] (https://www.cnnindonesia.com/) and (https://www.kompas.com) to find out the latest news happening in Indonesia.
This package will use BeautifulSoup4 and Request, to produce output in the form of JSON ready for use in web or mobile applications
HOW TO USE
import BeritaTerkini.CNN
import BeritaTerkini.Kompas
if __name__ == '__main__':
print('Sumber Berita : https://www.kompas.com/')
data = BeritaTerkini.CNN.isi()
BeritaTerkini.CNN.wadah(data)
print('Sumber Berita : https://www.cnnindonesia.com/')
data = BeritaTerkini.Kompas.isi()
BeritaTerkini.Kompas.wadah(data)
Author
Rafi Ramdhani
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
latest-news-0.3.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for latest_news-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f5ec475e68ac00520987f731167bdbf290d45ba04c66e940b29d280583740d4 |
|
MD5 | 977e5501c2838368425f54511c1f2ec3 |
|
BLAKE2b-256 | 276bc4c9c3e057d8e0decbddc14a2cc7503c8ff4072ac02e84a46a55524b5270 |