Metadata-Version: 2.1
Name: wellnote-downloader
Version: 0.2.0
Summary: Wellnote downloader
Home-page: https://github.com/nogayama/wellnote_downloader
Author: Takahide Nogayama
Author-email: nogayama@gmail.com
Project-URL: Bug Tracker, https://github.com/nogayama/wellnote_downloader/issues
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
Provides-Extra: test
License-File: LICENSE

# wellnote downloader



Wellnote からデータをダウンロードするツールです。ブラウザを自動操作し、ユーザーが一つづつクリックしたのと同じ作業を次々と繰り返すツールです。



必要な環境は、Python が動き、FirefoxまたはChromeがインストールされている環境です。OSは特に指定しません。




## セットアップ

1. Firefox または Chrome をインストールする。
2. Pythonをインストールする。
    コマンドラインから`python3`コマンドと`pip3`コマンドを実行できるか確認する
    ```sh
    $ python3 --version
    Python 3.11.0
    
    $ pip3 --version 
    pip 22.3 from pip (python 3.11)
    ```
3. wellnote downloader をインストール
    ```bash
    pip3 install wellnote_downloader
    ```
    
    コマンドラインから`wellnote_downloader`コマンドを実行できるか確認する。
    ```sh
    $ wellnote_downloader --version
    0.1.0
    ```



## 開発者

- **Takahide Nogayama** - [Nogayama](https://github.com/nogayama)


## ライセンス

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details

## 貢献方法

Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
