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.3.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: coop_kobe_downloader-0.3.0.tar.gz
  • Upload date:
  • Size: 9.2 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.3.0.tar.gz
Algorithm Hash digest
SHA256 eb134d905317d812bfd98eff703d6e0cd8a5e9f27576ec581f8cc24cd6c6b28e
MD5 9d5b965bd928bf2c48ccc72a20a13998
BLAKE2b-256 00652f5368a68cca7eea53c1031c6622c730049b0b410b387de887cb6f3f302c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for coop_kobe_downloader-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4239bc02acb5e5dccfb9aadde83fdc44560bf05a23a8776a6231f59d136c8af9
MD5 c79d1c8db50afa555a785fe3b47c21e7
BLAKE2b-256 f3d46eb84ababd295cd1f8fbbdf98ce093466d9f99bf9abc5cc36e7e4d905097

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