Skip to content

Instantly share code, notes, and snippets.

View thebristolsound's full-sized avatar
✌️

Matt Donovan thebristolsound

✌️
View GitHub Profile
@thebristolsound
thebristolsound / twitter_wayback_scrape.py
Last active April 13, 2024 19:16
Simple Twitter Archive Scraper (Wayback Machine)
import requests
import json
from bs4 import BeautifulSoup
# To run, just do python3 twitter_wayback_scrape.py
# Shout out @JordanWildon for the idea https://archive.ph/xEGPF
# Main function
@thebristolsound
thebristolsound / introrx.md
Created April 6, 2022 16:58 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@thebristolsound
thebristolsound / index.html
Created October 26, 2021 19:43
Staggered Glow In Text
<div class="article">
<h1 class="glowIn">
The World this Week
</h1>
<p class="glowIn">
A winter storm that covered three-quarters of America’s Lower 48 with snow brought havoc to southern states. A federal emergency was declared in Texas; temperatures plummeted to -2℉ (-19℃) in Dallas. Millions of Texans were left without power, as were tens of thousands of people in other states. Many blamed antiquated energy grids for not being able to cope with the surge in demand for electricity.
</p>
</div>
@thebristolsound
thebristolsound / cloudSettings
Last active September 17, 2019 19:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-17T19:08:39.370Z","extensionVersion":"v3.4.2"}
@thebristolsound
thebristolsound / cloudSettings
Last active October 2, 2019 17:12
vs code settings
{"lastUpload":"2019-10-02T17:12:26.672Z","extensionVersion":"v3.4.2"}