Retrieve payment information, including QR code payments and credit card, from Gmail.
Project description
PayGmailScraper
概要
PayGmailScraperは、PayGmailのメールをスクレイピングして、支払い情報を取得するためのデスクトップアプリケーションです。
現在、以下の支払い方法に対応しています。
- ANA Pay
- 楽天ペイ
インストール
pip install -r pay-gmail-scraper
使い方
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.0.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file pygmailscraper-1.0.0.tar.gz
.
File metadata
- Download URL: pygmailscraper-1.0.0.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 | 87686ef2dd28302b0ad8bad0b91547e6a1e184f01f9a5ce11f5dd42fc8e00a89 |
|
MD5 | 22f7e8a456b682bf9f14255634724b37 |
|
BLAKE2b-256 | d048ab03e068c9cf74b24551980347c32653f0398271d385d8affa07cfcfdd6e |
File details
Details for the file PyGmailScraper-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PyGmailScraper-1.0.0-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 | 4b636d0cdf2986a276248fa1412edf1ba4998e5efc4f943f4fc1373ecc098063 |
|
MD5 | 144f8d9be7edfbbb99d40741c9f5ba1a |
|
BLAKE2b-256 | b776cd868c45669b6d3d9e111213cb235fd987e47fca95eb90d8249d0d49e231 |