Retrieve payment information, including QR code payments and credit card, from Gmail.
Project description
PayGmailScraper
概要
PayGmailScraperは、Gmailのメールをスクレイピングして、支払い情報を取得するためのPythonライブラリです。
現在、以下の支払い方法に対応しています。
- ANA Pay
- 楽天ペイ
インストール
pip install PyGmailScraper
使い方
from PayGmailScraper import PayGmailScraper
client = PayGmailScraper("credentials.json")
ana_pay_list = client.get_payments_ana_pay()
print(ana_pay_list)
rakuten_pay_list = client.get_payments_rakuten_pay()
print(rakuten_pay_list)
Requirements
google-api-python-client>=2.111.0,
google-auth>=2.29.0,
google-auth-oauthlib>=1.2.0,
Gmail APIを使用するために、認証情報のcredentials.jsonが必要
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
pygmailscraper-1.1.3.tar.gz
(7.8 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 pygmailscraper-1.1.3.tar.gz.
File metadata
- Download URL: pygmailscraper-1.1.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3969694e9964c38943a1c18c54ecfcc6907ebae069ccf0058d82d3c3cb2955c3
|
|
| MD5 |
914afa95c4ad955f1dc0c0e69424ef49
|
|
| BLAKE2b-256 |
c79a32a59ddb2f633e4202448e6a5c0748ac1f7ce7979fa6007b2660058b2026
|
File details
Details for the file PyGmailScraper-1.1.3-py3-none-any.whl.
File metadata
- Download URL: PyGmailScraper-1.1.3-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e35d0e8d45889be9eff485dc2fef9a184d7ce339bfd4a2a1fd7ea9c0dc383c
|
|
| MD5 |
e57ba320a5aeb479265774ea5c7fa6f7
|
|
| BLAKE2b-256 |
135240c0eddb6571df67aabe749381de05bf0d225c5813077363169a6802c926
|