项目作者: livioso

项目描述 :
🦆 Automatically collects Youtube videos from a Subreddit in a playlist
高级语言: Python
项目地址: git://github.com/livioso/reddit2youtube.git
创建时间: 2018-08-12T20:21:55Z
项目社区:https://github.com/livioso/reddit2youtube

开源协议:

下载


reddit2youtube

  • Adds all posted Youtube videos in a Subreddit to a Youtube playlist.
  • AWS Lambda function, built with Zappa.
  • Runs every 30 minutes (see zappa_settings.json)

Install & deploy

  1. pipenv install && pipenv shell
  2. # edit & move .env.default → .env
  3. zappa deploy production

Run tests

  1. python -m unittest

Getting an OAuth2 refresh token for Youtube

  1. https://stackoverflow.com/a/41556775/3774227