项目作者: livioso
项目描述 :
🦆 Automatically collects Youtube videos from a Subreddit in a playlist
高级语言: Python
项目地址: git://github.com/livioso/reddit2youtube.git
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
pipenv install && pipenv shell
# edit & move .env.default → .env
zappa deploy production
Run tests
python -m unittest
Getting an OAuth2 refresh token for Youtube
https://stackoverflow.com/a/41556775/3774227