Skip to main content

Downloads and flattends datas from Google Postmaster Tools (GPT)

Project description

Google Postmaster Datas

Unofficial tool to download and flatten data from GPT. The recovered data will offer a simple schema in order to be able to easily save this data in a flat file or in database.

Schema

  • user_report_spam_percent : float|None
  • ips_reputations : list
  • domain_reputation : level|None
  • feedback_loop : { nb_campaigns: 0, percent_per_campaign: list }
  • auth_use_dkim_percent : float|None
  • auth_use_spf_percent : float|None
  • auth_use_dmarc_percent : float|None
  • tls_inbound_percent : float|None
  • delivery_errors : list
  • domain : str
  • date : str

Level

Translates string level from GTP to int

EN FR int
high bonne 4
medium moyenne 3
low plutôt mauvaise 2
bad mauvaise 1
unknow unknow 0

ips_reputations

[ { 'level': level, 'value': float, 'ips': str } ]

feedback_loop

percent_per_campaign : [ { 'uid': int, 'spam_percent': float } ]

How to use it

python entry_points_googlepostmasterapi/gpt_dl_all_datas.py -h
> usage: gpt_dl_all_datas [-h] [--token [TOKEN]] [--pool-size [POOL_SIZE]] [--date [DATE]] [--verbose] [--version]
python entry_points_googlepostmasterapi/gpt_dl_domain_datas.py -h
> usage: gpt_dl_domain_datas [-h] [--token [TOKEN]] [--domain [DOMAIN]] [--date [DATE]] [--verbose] [--version]

Support version

Python : >=3.6

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

gpostmaster-domains-datas-0.0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

gpostmaster_domains_datas-0.0.1-py3-none-any.whl (26.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page