A Python script that monitors the Unisat Market for new listings and sales of a specified token and sends a Discord webhook for each event.
This script requires Python 3 and the following Python packages:
requests
argparse
You can install these packages using pip
. For example:
pip install requests argparse