Delivery confirmation for Logen(https://www.ilogen.com)
Project description
Python 사용자를 위한 ‘로젠 택배’ 배송완료 확인 모듈입니다. 간단하게 송장번호를 목록으로 입력받아, 배송완료 여부와 완료시간을 알려줍니다.
이용 중 발생한 문제에 대해 책임지지 않습니다.
최초 작성은 핑크퐁 북스토어 에서 쓰기 위해 만들었습니다.
설치
pip install logen-trace
사용법
배송 완료 확인
송장번호를 넣고 배송이 완료 되었는지 확인합니다.
from logen import Logen
# 로젠 택배에서 발급 받은 아이디와 암호가 필요합니다.(별도 연락)
# 테스트용 아이디와 암호 제공되지 않고 있습니다.
logen = Logen('{ 아이디 }', '{ 비밀번호 }')
invoices = ['{ 송장번호1 }', '{ 송장번호2 }', '{ 송장번호3 }', '{ .... }']
res = logen.trace(invoices)
print res
# [
# {
# 'invoice': '{ 배송완료된 송장번호 }',
# 'datetime': '{ 배송완료된 시간(datetime) }' # 서울 타임존이 적용 되어있습니다.
# },
# ....
# ]
송장번호 외의 정보로 정보 확인 등의 추가 기능은 기여 바랍니다.
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
logen-trace-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logen-trace-0.1.0.tar.gz.
File metadata
- Download URL: logen-trace-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf4cf50ac7ea8b2a7e61ffb692b812b6c98e1628a9c8739569a1b407c784a27
|
|
| MD5 |
2b5446bcc0d386b1cd219f10b3691bb4
|
|
| BLAKE2b-256 |
cf6b87716066dabc53c38fdcb3e4e38141b01a80e4c4157e0206227a882dbd0a
|
File details
Details for the file logen-trace-0.1.0.macosx-10.10-x86_64.tar.gz.
File metadata
- Download URL: logen-trace-0.1.0.macosx-10.10-x86_64.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8aa4ec8c117b02885147877f88888c2fa6c60c87fec2ee36569db15106814d0
|
|
| MD5 |
638bbefe8e68fbe01bdb201087d34b28
|
|
| BLAKE2b-256 |
70c2718e99739e325bcfd88f69ede42021f8b9b7bed63068fac8f7827403531a
|