Metadata-Version: 2.1
Name: kakakucom
Version: 0.2.0
Summary: Scriping library for kakaku.com
Home-page: UNKNOWN
Author: rv
Author-email: yo-maruya@rescala.jp
License: MIT
Project-URL: Bug Reports, https://github.com/rv-rescala/catscore/issues
Project-URL: Source, https://github.com/rv-rescala/catscore
Description: # kakaku_robot
        
        Kakaku lobot is a scraping library for https://kakaku.com/
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install kakakucom
        ```
        
        ## Usage
        
        ```python
        from kakaku_robot.site.ranking import Ranking
        result = Ranking().ranking.all_category_ranking(pandas=True)
        result.to_csv("kakau_rank.csv")
        ```
        
        ```shell
        kakakucom -f all_category_ranking -d [Your output folder]
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## Spark install
            
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Keywords: crawler,scriping
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
