Skip to content

Aragar199/pixel_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripting Analysis

Prompt D: Write a script that will programmatically check whether all the impression pixels are valid

Running pixel_checker:

Python 3 is required to run this script. You can install using Homebrew or directly from python.org. See instructions here

Install dependencies: $ pip install -r requirements.txt

Run pixel_checker $ python main.py

pixel_checker will prompt for an absolute file path to the csv for ingestion, make sure to enter using full file name, including .csv

Progress bar will run until the program is complete

Output will indicate which tactic ids have failed including url that failed along with count of Success and Failure for each url

Unit Tests:

Run unit tests directly from terminal using pytest -q test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages