You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cybernews

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cybernews

Get the latest Cyber Security updates curated from different sources under one roof.

1.1.2
pipPyPI
Maintainers
1

cybernews

Python package and API that provides latest Cyber Security updates from various sources under one roof and use Web-Scraping under the hood.


Features :-


News Headlines

News Author

Full News

News Article URL

News Image

News Date


Developed by GhoulBond (c) 2023

Setup

For Window Users


pip install cybernews 

For Linux/Mac Users


pip3 install cybernews

Use


from cybernews.cybernews import CyberNews



news = CyberNews() # Instance is created

| S.No. | Operation | Functions |

|-----------|--------------------|-------------------------------|

| 1 | General News | news.get_news("general") |

| 2 | Data Breach News | news.get_news("dataBreach") |

| 3 | Cyber Attack News | news.get_news("cyberAttack") |

| 4 | Vulnerability News | news.get_news("vulenrability")|

| 5 | Malware News | news.get_news("malware") |

| 6 | Security News | news.get_news("security") |

| 7 | Cloud News | news.get_news("cloud") |

| 8 | Tech News | news.get_news("tech") |

| 9 | IOT News | news.get_news("iot") |

| 10 | Big Data News | news.get_news("bigData") |

| 11 | Business News | news.get_news("business") |

| 12 | Mobility News | news.get_news("mobility") |

| 13 | Research News | news.get_news("research") |

| 14 | Corporate News | news.get_news("corporate") |

| 15 | Social Media News | news.get_news("socialMedia") |

Keywords

python

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