Metadata-Version: 2.1
Name: senginta
Version: 0.0.1
Summary: All in one Search Engine for used by API or Python Module (Unofficial)
Home-page: UNKNOWN
Author: Michael Abraham Chan Tulenan
Author-email: michael.4ct@gmail.com
License: UNKNOWN
Description: **`Documentation`** |
        ------------------- |
        [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)]() |
        
        Senginta is All in one Search Engine Scrapper. With traditional scrapping, 
        Senginta can be powerful to get result from any Search Engine, and convert
        to Json. Now support only for Google Product Search Engine (GShop, GVideo 
        and many too) and Baidu Search Engine.
        
        Senginta was originally developed by me alone. So, if you want to contribute for
        support another search engine, let's fork this Repository. 
        
        Senginta provides beta Python.
        
        ## Install
        
        ```
        $ pip install senginta
        ```
        
        To update senginta to the latest version, add `--upgrade` flag to the above
        commands.
        
        #### *Try your first Senginta program*
        
        ```shell
        $ python
        ```
        
        ```python
        >>> from senginta.static.Google import GSearch
        >>> search_spider = GSearch('study from home')
        >>> search_spider.res_to_json()
        ...
        ...
        ...
        Json Formatting
        ```
        
        ## Resources
        
        *   Let's contribute your blog about this module here!
        
        ## License
        
        [MIT License](LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
