Metadata-Version: 2.1
Name: cktool
Version: 0.0.1
Summary: Command line tool for dealing with clubkatsudo.com chores
Home-page: https://github.com/ammgws/cktool
License: UNKNOWN
Description: # clubkatsudo scraper
        Quick and dirty script to scrape attendance details from the clubkatsudo website.
        
        Note: LINE notification feature requires LINE Business account and Imgur account.
        
        ```
        Usage: clubkatsudo.py [OPTIONS]
        
        Options:
          --set-password     Set password for clubkatsudo.com account. Will be base64
                             encoded and stored in config file
          --date [%Y%m%d]    YYYYMMDD of the event to scrape.
          --dryrun           Display final message but do not send.
          --config-dir PATH  Path to directory containing config file. Defaults to
                             $XDG_CONFIG_HOME/cktool.
          --cache-dir PATH   Path to directory to store logs and such. Defaults to
                             $XDG_CACHE_HOME/cktool.
          --help             Show this message and exit.
        ```
        
        ######Player information file
        This file is...
        
Keywords: clubkatsudo clubkatsudo.com
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
