Skip to main content

Add your description here

Project description

coop-kobe-downloader

PyPI version build License

コープこうべの宅配の注文書(CSV)をダウンロードする Python パッケージ

Installation

You can install this library using PyPI:

pip install coop-kobe-downloader

使用方法

from coop_kobe_downloader import CoopKobeDownloader, Weekday

# ログインID
login_id = "hoge@example.com"

# パスワード
password = "hogehoge"

# CSV出力先のディレクトリ
download_dir = ".output"

# ダウンローダーのインスタンスを作成
downloader = CoopKobeDownloader(login_id, password, download_dir)

# 企画回を取得
phase = downloader.get_phase(Weekday.WED)
print(phase)
# output: 2024062

# ダウンロード処理
downloader.download(phase)

License

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

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

coop_kobe_downloader-0.2.1.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

coop_kobe_downloader-0.2.1-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file coop_kobe_downloader-0.2.1.tar.gz.

File metadata

  • Download URL: coop_kobe_downloader-0.2.1.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for coop_kobe_downloader-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e0cf01ce9ea9305897c34ae5e999451c09d01d6373b200ab0ae56bad2bd6b828
MD5 a98cf017f3b1692073dc8d760b5d0c85
BLAKE2b-256 bd239231e557ce2109d2818c184df57f64356b507b559f5374d60ce4df465d28

See more details on using hashes here.

File details

Details for the file coop_kobe_downloader-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for coop_kobe_downloader-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ad0b8301df3be55632710be699fe6934a129a7dbcf09e3fef86b8be967a409bc
MD5 3edef7268781a1cfa7d5b922ea998b78
BLAKE2b-256 6966b17b4525ce695d770bd5bfc9fd59611fa2ce37f47e872bcc751883259e7e

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