Skip to main content

Wellnote downloader

Project description

Wellnote Downloader

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

wellnoteのサーバーに過度な負荷がかかることが予見される使い方(ツールを改造したり、並列でいくつも起動したりするなど)は絶対にやめてください。 サーバーが落ちると、全員がダウンロードできなくなります。それにそのまま早期にサービス終了する可能性もありますので、常識の範囲内での利用をお願いします。

Wellnote Downloader アルバムから写真・動画をダウンロード


実行例の見方: この文書で例示する実行例では、実行するコマンドを、$の後ろに書きます。続く行で実行結果の例を示しています。例えばファイルa.txtb.txtが存在するフォルダでlsコマンドを実行すると2つのファイル名が表示されますが、その実行例は次のように示します。

$ ls
a.txt b.txt

セットアップ

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

  1. Firefox または Chrome をインストールする。

  2. Pythonをインストールする。 コマンドラインからpython3コマンドとpip3コマンドを実行できるか確認する

    $ python3 --version
    Python 3.11.0
    
    $ pip3 --version 
    pip 22.3 from pip (python 3.11)
    
  3. Wellnote Downloader をインストール

    $ pip3 install wellnote_downloader
    長いので略
    

    コマンドラインからwellnote_downloaderコマンドを実行できるか確認する。

    $ wellnote_downloader album --help
    usage: wellnote_downloader [-h] {album} ...
    
    Wellnote Downloader
    
    positional arguments:
      {album}     sub commands
        album     download album
    
    options:
      -h, --help  show this help message and exit
    
    # Command not found エラーが出る場合は、`wellnote_downloader` を `python -m wellnote_downloader` にすると動くかもしれません
    $ python -m wellnote_downloader album --help
    

使い方

アルバム内の写真・動画のダウンロード

  1. アルバム内の写真・動画をダウンロードします。2015年の1月から2016年の12月までダウンロードする場合は以下のように実行します。

    $ wellnote_downloader album --start 2015-01  --end 2016-12
    

    Command not found エラーが出る場合は、wellnote_downloaderpython -m wellnote_downloader にすると動くかもしれません

    $ python -m wellnote_downloader album --start 2015-01  --end 2016-12
    
  2. 今いるフォルダ内にDownloadsというフォルダができているので、その中のファイルがダウンロードできているか確認します。

  • Tips

    1. 実行前にメールアドレスとパスワードを設定すると、入力を省略できます。
      $ export WELLNOTE_EMAIL=あなたのEmailアドレス
      $ export WELLNOTE_PASSWORD=あなたのパスワード
      

ホーム画面の日記のダウンロード

TBD

開発者

ライセンス

This project is licensed under the MIT License - see the LICENSE file for details

貢献方法

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wellnote-downloader-0.6.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

wellnote_downloader-0.6.0-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file wellnote-downloader-0.6.0.tar.gz.

File metadata

  • Download URL: wellnote-downloader-0.6.0.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for wellnote-downloader-0.6.0.tar.gz
Algorithm Hash digest
SHA256 f0453b3f1896d8d97bce7cd365fe0d706c96d7014591b642bd35746cce0e750e
MD5 d1dd54953d918f940a6af9eca74f8212
BLAKE2b-256 5f815da3c2c92360b3c849b02f6ca3b274a17a30d2e0f741daed96407ad9f38f

See more details on using hashes here.

File details

Details for the file wellnote_downloader-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wellnote_downloader-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a0f9b70e7a02c00b3a42b3c117eb2a85b679dbee8ef9d9825126d2a5bab875a4
MD5 72e907c9e777de3999c006b0eb6650c5
BLAKE2b-256 f8a84f42c5a9a6a1a1d8338b67603bdeb7cc61bbc365945496a9aeb53157190d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page