Mark Dain I've written a small tool that scrapes Sublevel's entry API so expect faster replies from me (when online). I'll polish up the code and put it on GitHub if anyone wants it. Currently it relies on terminal-notifier. I'm not sure how I'd port that over to Windows/Linux though.
John Olinda Hmmm... I am considering rolling something using Pushover so that it pings my phone.
9y, 11w 5 replies
Mark Dain Good idea! I could put it on Linode and then push it to my phone, although I like notifications on my Mac. I have it setup so that I can click on them and it'll take me straight to the page.
9y, 11w 4 replies
Login or register your account to reply
🦿 Lucian Marin That seems like a tedious task only for notifications. I will try to see if I can provide a filter. /api/entry/ and /api/like/ have an "is_viewed" field that can be filtered. I'm not sure if this helps since you have to input the entire set of entries created by you as parameter for `parent`.
9y, 11w 3 replies
Mark Dain The code already works great using terminal-notifier, so I'm just adding the code to notify via Pushover instead. The API is good so far, but what would be great is some way to mark things as read, but we're starting to tread on "Native App" territory. As much as you don't want to make an app for Sublevel, having no notifications (not even email) can make me forget to check Sublevel. Once I'm done with this program I'll either put it on my Linode server or set it up with launchd to run all the time.
9y, 11w 2 replies