Electron app that pulls subscribed ThoughtForToday from your Gmail and sets them as you wallpaper.
1.You need to be subscribed to "Thought For Today" emailing list.You can subscribe here.
2.Now go do something else. Come back 2 days later (because you'll be receiving only an email a day :( )
3.After you get the emails , you need to run the following in sequence.
-
sh makeInit.shThis makes three folder named html txt and quote that'l we'll be using to store intermediate files in.
-
node quickstart.jsThis is for gmail authentication .Run this again and it'll will download the mails and store .html in html
-
node extractThought.jsThis will extract a raw text message from .html files and place them in txt/
-
node extractTextOnly.jsThis will extract pure 'quote' from .txt files and place them in quotes/ folder.
The following step works only on MacOS. Read makeWallFile.sh , and you'll understand how to do this in your OS.
-
sh makeWallFile.sh quote/filename.txtPick any random file from quote. The quote from the file will be set as your desktop wallpaper.

