Skip to content

A CLI tool that checks the Amazon links on a certain web page to make sure all of the links contain your affiliate ID.

Notifications You must be signed in to change notification settings

DougBeney/AzBezzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azbezzle

Make sure Amazon links on a given URL contain your affiliate ID.

Works on Windows, Mac, and Linux

Usage:

usage: azbezzle [-h] [--id ID] url

positional arguments:
  url         The URL you want to analyze.

optional arguments:
  -h, --help  show this help message and exit
  --id ID     Your Amazon Associate ID

Building:

Dependencies:

  • Python3
  • Virtualenv
  • Make
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
make

Installing (Windows):

Coming soon. (Maybe)

Installing (Mac/Linux)

make install_unix

Uninstalling (Mac/Linux)

make uninstall_unix

About

A CLI tool that checks the Amazon links on a certain web page to make sure all of the links contain your affiliate ID.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published