Get dependencies:
mix deps.get
Create a file config/token.exs
and put the following into that file, replacing your-token
with a user token generated from the DNSimple Sandbox site:
use Mix.Config
config :dnsimple,
access_token: "your-token"
Run individual scripts:
mix run badauth.exs