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.0.1.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file pygmailscraper-1.0.1.tar.gz
.
File metadata
- Download URL: pygmailscraper-1.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71a058b6a9db935953f827b8a5a25eb3aa5d004c307d4676f671ae1704ecc2c3 |
|
MD5 | 996c02d419f7e379438ce5e086dbb03a |
|
BLAKE2b-256 | cc4f505227a062ae58c6de71e88af0f496cd8f0d896c9d9b9a4edd2e7f0f13de |
File details
Details for the file PyGmailScraper-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: PyGmailScraper-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 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 | 5439c7b981e45ba23ac1329b070ab4d6cd82a053bad75145c0ceafb3a6efbb70 |
|
MD5 | 8516c2a00380384374123616fff7b677 |
|
BLAKE2b-256 | 9a231f2d21154d74c5bfe3843ec2de284362226d39f9f117d6432941e43bbb83 |