Skip to content

Generate Chromecast background images using someone else's clever thoughts

Notifications You must be signed in to change notification settings

selesse/chromecast-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromecast Background

This application is based on someone else's idea: put shower thoughts on pretty Earth images and configure your Chromecast to display them.

Setup

In order to connect to Reddit (the source), an "application" must be created on a Reddit account. Visit https://reddit.com/prefs/apps, create a "script" application. Take note of the client ID and client secret.

Create a file in gradle/config/secrets.gradle that has the following structure:

reddit {
    client_id = 'the client ID from above'
    client_secret = 'the client secret from above'
}

Running It

./gradlew run

Once the secrets are configured, running it is as simple as gradlew run.

About

Generate Chromecast background images using someone else's clever thoughts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages