| Name | mostpopularnewscnn JSON |
| Version |
0.0.3
JSON |
| download |
| home_page | |
| Summary | This package will get the most popular news in CNN Indonesia |
| upload_time | 2023-07-11 15:21:21 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.7 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
requests
beautifulsoup4
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Most Popular News CNN Indonesia
This package will get the most popular news in CNN Indonesia
## HOW IT WORK?
This package will scrape from [CNN Indonesia](https://www.cnnindonesia.com/) to get most popular news in CNN Indonesia
This package uses beatifulsoup4 and requests then produces output in the form of json which can be used in web and mobile applications
'''
if __name__ == '__main__':
most_popular_news_cnn_id = Mostpopularnewscnn('https://www.cnnindonesia.com/')
print('Description class news cnn id', most_popular_news_cnn_id.description)
most_popular_news_cnn_id.run()
'''
Raw data
{
"_id": null,
"home_page": "",
"name": "mostpopularnewscnn",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Tri Prasetyo Kusumo Aji <ajikprasetyo22@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ff/ca/cc6c8bc15fbfe295769983f71831d7311ae69ea17ef0f142a37e6ac9ea7a/mostpopularnewscnn-0.0.3.tar.gz",
"platform": null,
"description": "# Most Popular News CNN Indonesia\r\nThis package will get the most popular news in CNN Indonesia\r\n\r\n## HOW IT WORK?\r\nThis package will scrape from [CNN Indonesia](https://www.cnnindonesia.com/) to get most popular news in CNN Indonesia \r\n\r\nThis package uses beatifulsoup4 and requests then produces output in the form of json which can be used in web and mobile applications\r\n\r\n'''\r\nif __name__ == '__main__':\r\n most_popular_news_cnn_id = Mostpopularnewscnn('https://www.cnnindonesia.com/')\r\n print('Description class news cnn id', most_popular_news_cnn_id.description)\r\n most_popular_news_cnn_id.run()\r\n'''\r\n",
"bugtrack_url": null,
"license": "",
"summary": "This package will get the most popular news in CNN Indonesia",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/jetkesuma/most-popular-news-cnn-id",
"Medium": "https://medium.com/@kusumo999666"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3ead661919d645731a01f59efd02d868e39f903608dbf5614e9657e48df0010b",
"md5": "abdae4c6df10f1e48c8236a51c99123e",
"sha256": "c22ca57107fbfc7ab3f595ce618e460b14074a7dd0b80cc4bc5515a402ec5ce2"
},
"downloads": -1,
"filename": "mostpopularnewscnn-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "abdae4c6df10f1e48c8236a51c99123e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 15222,
"upload_time": "2023-07-11T15:21:19",
"upload_time_iso_8601": "2023-07-11T15:21:19.511042Z",
"url": "https://files.pythonhosted.org/packages/3e/ad/661919d645731a01f59efd02d868e39f903608dbf5614e9657e48df0010b/mostpopularnewscnn-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ffcacc6c8bc15fbfe295769983f71831d7311ae69ea17ef0f142a37e6ac9ea7a",
"md5": "6f6aa103c5ee03cb0b09c00bc57f28d6",
"sha256": "64a7a529e3e96bb09605ac6546e5798122f9a33b315fc6a3a38e617370c5706f"
},
"downloads": -1,
"filename": "mostpopularnewscnn-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "6f6aa103c5ee03cb0b09c00bc57f28d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 14871,
"upload_time": "2023-07-11T15:21:21",
"upload_time_iso_8601": "2023-07-11T15:21:21.550835Z",
"url": "https://files.pythonhosted.org/packages/ff/ca/cc6c8bc15fbfe295769983f71831d7311ae69ea17ef0f142a37e6ac9ea7a/mostpopularnewscnn-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-11 15:21:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jetkesuma",
"github_project": "most-popular-news-cnn-id",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "requests",
"specs": []
},
{
"name": "beautifulsoup4",
"specs": []
}
],
"lcname": "mostpopularnewscnn"
}