Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themcaffee/reddit-video-playlists
Create a youtube playlist of a subreddit
https://github.com/themcaffee/reddit-video-playlists
Last synced: 26 days ago
JSON representation
Create a youtube playlist of a subreddit
- Host: GitHub
- URL: https://github.com/themcaffee/reddit-video-playlists
- Owner: themcaffee
- License: mit
- Created: 2019-07-25T09:32:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:31:52.000Z (about 2 years ago)
- Last Synced: 2023-09-09T16:46:10.980Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Video Playlists
Create a youtube playlist of a reddit subreddit. Used to create daily playlists
of the top videos of the day in various subreddits. The subreddits are currently
hard-coded so you will need to edit it if you want different ones. This script
is intended to run headless so after the first login, the access token is
stored in `token.pickle`.### Usage
Create reddit developer service, move praw.ini.bak to praw.ini, and fill out the
client_id and client_secret.Create youtube developer account and download OAuth credentials in to youtube_secrets.json.
Create virtualenv
```
python3 -m venv venv
source venv/bin/activate
```Install requirements
```
pip3 install -r requirements.txt
```Run playlists
```
python3 playlist.py
```