Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
58 lines (41 loc) · 987 Bytes

README.md

File metadata and controls

58 lines (41 loc) · 987 Bytes

YaPDD

Command line application for administration Yandex PDD.

Installing

  • get PDD-token

  • set environment variable PDD_TOKEN:

export PDD_TOKEN="yandex_pdd_api_token"
  • install Gorion

If you have Go installed:

go get github.com/jezman/yapdd && go install github.com/jezman/yapdd

Features

  • List of user domains.

  • List of accounts in domain.

  • Domains management

    • Add domain
    • Remove domain
    • Get connection status
    • Get domain settings
  • Accounts management

    • Add account
    • Remove account
    • Get count of unread emails
  • Update account settings

    • password
    • first name
    • last name
    • lock/unlock
    • birthday
    • sex
    • secret question
    • secret answer
  • DKIM managements

    • Get informations
    • Enable/Disable
  • Set language for domain

License

MIT © 2018 jezman