Add your description here
Project description
coop-kobe-downloader
コープこうべの宅配の注文書(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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file coop_kobe_downloader-0.3.1.tar.gz
.
File metadata
- Download URL: coop_kobe_downloader-0.3.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d49468c34bccd84ac7f85b4abfd6e3552b5d7e2772647f1af134ae3934175708 |
|
MD5 | 0d7777750c16163a27f6f964d87adb2d |
|
BLAKE2b-256 | 05839579252730847dac33c58474da8ca7e14f8f2ffc02ba0eba6ed03866ace7 |
File details
Details for the file coop_kobe_downloader-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: coop_kobe_downloader-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f7003db3ae49c4d77175315b3f6cc1333a0f83da3fbd18a86637d10fea0e06 |
|
MD5 | a6859808b0b46f401eeffef3dd60696f |
|
BLAKE2b-256 | 7e9816fc0ff857945027e34aa3f8211f8ebf70ee308bf8b12b3b942ed98c301b |