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.2.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file pygmailscraper-1.1.2.tar.gz
.
File metadata
- Download URL: pygmailscraper-1.1.2.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 | e49cc1cf8b66838806da1a88fbaf2deb00f54838c27239678c6a663681114aa3 |
|
MD5 | fc978749fc10484e299847e4aa14aef6 |
|
BLAKE2b-256 | e6839894f289cd05b5b5603f8fa6f5b729757546ff5413fa4f54d0446e644a05 |
File details
Details for the file PyGmailScraper-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: PyGmailScraper-1.1.2-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 | d8b8673564f104b23a223c3442c634d63e38b939617949fa0a5fbc22a5fe6c92 |
|
MD5 | 0a53165ac9f9e75ec6d2725b37c83906 |
|
BLAKE2b-256 | 6bbd3742e44a20dd760df0302546a0f449a2942cfd71b418d7f3add52e8268ec |