Skip to content

CLI to return the top clicked links over the specified time period.

License

Notifications You must be signed in to change notification settings

consoledotdev/mailchimp-top-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailchimp Top Links

Returns the top clicked links over the specified time period.

Usage

Usage: mctl [OPTIONS]

  Exports top links from Mailchimp campaigns sent over the specified period to
  CSV.

Options:
  --api_key TEXT            Mailchimp API key  [required]
  --server TEXT             Mailchimp server
  --list_id TEXT            Mailchimp list ID  [required]
  --since TEXT              Examine campaigns since this date (yyyy-mm-dd)
                            [required]
  --before TEXT             Examine campaigns before this date (yyyy-mm-dd)
                            [required]
  --minimum_clicks INTEGER  Exclude links with fewer clicks than this
  --help                    Show this message and exit.

Dev Setup

python3 -m venv .venv
source .venv/bin/activate
pip install --editable .

About

CLI to return the top clicked links over the specified time period.

Topics

Resources

License

Stars

Watchers

Forks