https://www.amazon.com/dp/B0B5596H7C/
Enabling the above skill allows you to get the television ratings for Adult Swim's Saturday night Toonami television block.
- Create a virtual environment and install dependencies:
python -m venv avenv
source avenv/bin/activate
pip install -r requirements/requirements-dev.txt
- run unittests and make sure they pass
python -m unittest
- install aws cli v2 for working with aws resources locally
chmod +x scripts/app_deployment.sh
scripts/app_deployment.sh
implement to ensure no secrets are commited locally:
setup a baseline where all tracked files will be compared to:
detect-secrets scan > .secrets.baseline
compare all tracked files to baseline the results
key should be {}
if no secrets are present
detect-secrets scan | \
python3 -c "import sys, json; print(json.load(sys.stdin)['results'])"
- Get the highest and lowest ratings for a provided television show name
- Get the first and last showing of a show
- Highest and lowest ratings for a time period