A YouTube Bot which automatically submits new YouTube videos to Reddit as they appear.
- Clone the project:
git clone https://github.com/reinierkors/YouTubeRedditPoster.git
- Install all dependencies:
npm install
- Rename
config-default.json
toconfig.json
and fill out all fields. - To start, run
node app
You can manually run node bgService.js
to fetch new videos in the background.
youtubeApiKey
- Your YouTube V3 Data Api KeydatabaseFile
- Path to database file, default: dbreddit
subreddits
- A list of all subreddits it should post touserAgent
- User agentclientId
- Reddit API Client IDclientSecret
- Reddit API Client Secretusername
- Reddit usernamepassword
- Reddit password
If you report a bug, thank you! This project is in it's early stages, so no guidelines yet.
See License