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.0.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file pygmailscraper-1.1.0.tar.gz
.
File metadata
- Download URL: pygmailscraper-1.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da52735c6778fa8dc8beb80399505e2faf3119c896500af5f189b7ce1383a7d1 |
|
MD5 | 72c89d9d969cebf3bc14e93c036ab0e9 |
|
BLAKE2b-256 | 460df7ab0416642f70fe5b024abe52a7395bacc824a0e8b6f21d483a99033883 |
File details
Details for the file PyGmailScraper-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: PyGmailScraper-1.1.0-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 | 00dcce0f967a730cf6753fdce72130e6bf092ae698584f969fff71ae58398ce3 |
|
MD5 | 01a336ac376156b188d149a8c184603e |
|
BLAKE2b-256 | 1d6b72ef4d14749677318c555e8693ad6a68d3ad8b465c01a23398610a12bf02 |