Skip to content

Instantly share code, notes, and snippets.

# Install latest version of asdf (at time of writing)
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2
# Add these two lines to your .bashrc file
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
# Reload .bashrc
source .bashrc
@AlexDarby
AlexDarby / elements_in_songs.txt
Created February 6, 2022 09:12
Periodic table of elements songs.
• Chris Lake – Helium – Radio Edit
• Plain White T’s – Helium
• Feeder – Helium
• Jason Reeves – Helium Hearts
• Nirvana – Lithium
• Sting – Lithium Sunset
• Tori Amos – Carbon
• Spice Girls – Oxygen
• Willy Mason – Oxygen
• Bryan Adams – Oxygen
@AlexDarby
AlexDarby / Instarss.md
Created September 23, 2020 22:01 — forked from jonathanbell/Instarss.md
August 28 2014 - InstaRss

Instarss

I was looking around for a way to get a user's public Instagram feed as an RSS feed without using the Instagram API when I came across this question on Stack Overflow.

Probably the best way to do this, would be to use the Instagram API. However, I had no desire to sign up for an Instagram account.

Initially, this answer on Stack Overflow suited my needs quite well. However, as fate would have it, Instagram changed its HTML output and the page's JSON data structure changed. Since the idea is quite simple (we're just screen scrapping here) I decided to write my own script. If this works well for you, consider upvoting my answer on Stack Overflow: http://stackoverflow.com/a/25559442/1171790

EDIT August 2017: I no longer support this scipt. The Instagram HTML output of any given user page changes often and it's been a fun game of cat and mouse but I no longer have a need for an I