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.1.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file pygmailscraper-1.1.1.tar.gz
.
File metadata
- Download URL: pygmailscraper-1.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d8f28b015c3f99595f5dd2708edd6bff2152ebab105355ba13a2c69fb6907e |
|
MD5 | 6acec9bfe38184048cf8b625e03fd0cd |
|
BLAKE2b-256 | 9b3bb4714eb4b0ba14595ef95f9983fc7f28171d932b0f5a936a9788c4ddf3d0 |
File details
Details for the file PyGmailScraper-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: PyGmailScraper-1.1.1-py3-none-any.whl
- Upload date:
- Size: 9.1 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 | 27e674a82729da709441216544ab0ea23ee944b0d5498bfe84f1d7ceb9eb16a5 |
|
MD5 | e00a798602e66cfd865eacd8af935bbc |
|
BLAKE2b-256 | f9f2d275c25d5624e5cca5dc584d6c2b0c9a5db1d2184afac1d30c7b202b113c |