Metadata-Version: 2.1
Name: newsscrapper-SamirPS
Version: 0.0.5
Summary: UNKNOWN
Home-page: https://github.com/SamirPS/News-Scrapper
Author: SamirPS
License: UNKNOWN
Description: # News-Scrapper
        Web Scrapper for  news website get the headlines : https://pypi.org/project/newsscrapper-SamirPS/
        
        TODO: Get the title of the article
              Get the description of the article
        To import the function :
        ## FR:
        ```python
        from newsscrapper import fr
        ```
        * LeMonde : fr.MondeSC()
        * LeParisien: fr.ParisSC()
        * MediaPart: fr.MediaPartSC()
        * BFMTV : fr.BmftvSC()
        * Libération : fr.LibeSC()
        * FranceTv INFO : fr.LibeSC()
        
        
        ## EN:
        ```python
        from newsscrapper import en
        ```
        * CNN :  en.CNNSC()
        * FoxNews: en.FoxNewsSC()
        * AbcNews: en.ABCNewsSC()
        * TheGuardian : en.TheGuardianSC()
        
        The function return  a dict like {"1":{"link":X,"img":Y,"title":Z}}
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
