Skip to content

DominicFinn/iterablescanner-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pulls campaign data off iterable.

Things you need to do:

You need your API key. Put the api key in a file called .env like so:

API_KEY=yours_gos_here

There's a .gitignore for a reason with .env ignore. Don't check your API key in or bad things will happen to you.

You can then run the script.

node index.js and it will produce a campaigns.csv file.

You can provide command line arguments for month and year...

node index.js 3 2020

If you wanna debug this you need to create a launch.json file for vscode in a .vscode folder... vscode can do this for you but you need to add...

            "envFile": "${workspaceFolder}/.env",
            "args": ["3", "2020"]

If you want to debug without hard coding your API Key (again, don't save the api key in the code, you will forget and then, tears)

v

v

v

v

v

v

v




⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠛⠻⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣄⡀⠀⢻⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⠸⣿⣿⣿⠃⢰⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣼⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⢶⣶⣶⣾⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⢠⡀⠐⠀⠀⠀⠻⢿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⢸⣷⡄⠀⠣⣄⡀⠀⠉⠛⢿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⠀⣿⣿⣦⠀⠹⣿⣷⣶⣦⣼⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣼⣿⣿⣿⣷⣄⣸⣿⣿⣿⣿⣿⣿⣿⣿

Gotcha

About

iterablescanner-console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published