Skip to content

meihei3/youtube-pubsubhubbub-lambda

Repository files navigation

YouTube pubsubhubbub lambda

Python lint and test

This application receives notifications from YouTube via PubSubHubBub and runs AWS Lambda.

For more information on how to use PubSubHubBub(PuSH) and how to receive notifications from YouTube, please refer to here.

Require

  • pipenv
  • serverless framework

Setup & Deploy

1. Set up pipenv

$ pipenv sync

2. Set up npm packages

$ npm install

3. Wrtie .env

PuSH_hmac_secret=[your_push_hmac_secret]

4. Deploy!

$ sls deploy

Usage

Implement the your process

By rewriting the action() function, you can implement the original process.

About

This application receives notifications from YouTube via PubSubHubbub and runs AWS Lambda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages