Skip to content

An Amazon Alexa "flash briefing" skill that provides a summary of the content that was removed or added to Netflix that week.

License

Notifications You must be signed in to change notification settings

sreyasm/AlexaNetflixFlashBriefing

Repository files navigation

AlexaNetflixFlashBriefing

An Amazon Alexa "flash briefing" skill that provides a summary of the content that was removed or added to Netflix that week.

The skill can be found in the U.S. store here: https://www.amazon.com/dp/B07DD5SJY7.

The available Netflix regions are: USA, Canada, UK, Australia/New Zealand.

This repository only contains source code for the AWS Lambda function needed to retrieve the relavant information and upload it to AWS S3 for hosting the JSON feed that the Alexa Voice Service will use.

Data source for the script

All data for this skill comes from https://newonnetflix.info. I do not own this site but it's owner has graciously let me utilize the data from there.

Needed libraries for running locally

The requests, lxml, and boto3 libraries are needed for setting up a local virtualenv to test the code in. Run: pip install -r local-requirements.txt

Building for AWS Lambda

An AWS Lambda deployment package can be generated by running: bash zip-for-lambda.sh

About

An Amazon Alexa "flash briefing" skill that provides a summary of the content that was removed or added to Netflix that week.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published