aly / unread.py

0 likes
0 forks
1 files
Last active 1489047421
Unread, a python script that can be set up in a scheduler to show desktop notifications for Reddit messages. Cross platform!
1 #!/usr/bin/env python3
2 c = {
3 "client_id": "",
4 "client_secret": "",
5 "refresh_token": "" # obtained after running script for first time
6 }
7
8 import os
9 import sys
10 import time