Hacker News new | ask | show | jobs
by charlieegan3 2023 days ago
I have a few:

- A site which has an RSS feed of my Twitter feed. On entry per day.

- Automated backups of Notion and Dropbox to Backblaze

- Notification for likely missing data in my Spotify logging app. (I download all my play data from the recent plays api)

- GitHub actions to download each new Instagram post.

- Scripts to process my personal finance data into a database which backs a grafana dashboard

1 comments

Downloading recent plays data from Spotify seems interesting.. what do you do with it? Personal custom "wrapped 2020"?
Pretty much! Only I have the data all year round.

It's public, judge my music as you like! https://music.charlieegan3.com/

Repo here: https://github.com/charlieegan3/music/ all runs on GitHub actions.