Skip to content

Instantly share code, notes, and snippets.

Date/time Location Thread(s)
Every weekday Federal Building 06-11 10:07 Protestors are Requesting Daily Support at the Henry M Jackson Federal Building
June 11 1900 Cal Anderson 06-10 12:37 Tomorrow @ 7pm - Emergency Protest Against ICE at Cal Anderson Park
June 14 Cal Anderson Park 05-26 15:30 We are not helpless
June 14 UW Red Square 06-05 15:50 Event by Capitol Hill Pride. Rally and march. In solidarity with June 14 50501 NO KINGS protests locally and nationwide. Noon, University of Washington Red Square, Seattle.

See also /r/SeattleProtestFinder or just follow /u/ImaginationCrit

@thecravenone
thecravenone / Seattle_TTD.md
Last active January 14, 2025 19:31
Things to do in Seattle

Hello!

The /r/Seattle wiki has a variety of links to previous recommendation threads. There’s also a weekly stickied Ask Seattle mega thread. There’s also a search feature - this is super useful because questions like this get asked a whole lot.

Here are some other resources:

Resources

Travel sites

The museum district website claims 150 museums and cultural institutions in Greater Houston and that number is almost certainly low.
For professional sports, there's men's soccer, women's soccer, football (two of them, if XFL manages to start back up), baseball, basketball, rugby, and probably more sports I'm forgetting.
There's dozens of colleges and universities that host events ranging from soon-to-be Big XII sports to public lectures. Oh, also, you could like, take a class at one, I guess.
There's SFA, Brazos Bend, Galveston, and Sheldon Lake State Parks within close driving distance, as well Sam Houston National Forest and countless smaller green spaces run by other groups.
The theater district alone includes five theaters including pop music, ballet, opera, symphony, musicals, and plays, to say nothing of the smaller theaters in town such as the George Theater, Ensemble Theater, and MATCH.
@thecravenone
thecravenone / weekly_automation.py
Created August 14, 2021 18:07
Weekly Automation
# Required pip installs: py-trello boto3
from trello import TrelloClient
from datetime import datetime
import boto3
import os
def log(input):
stamp = str(datetime.now())
print(stamp + " " + input)
Showing: all Tweets
Matching: #MTGLegacy OR #LegacyMTG OR #MTGVintage OR #VintageMTG OR #inVintage OR #MTGOldSchool OR #MTGUnderground OR #oldschoolmtg
Excluding: giveaway OR patreon OR #wearemtg OR #mtgbuysell OR #MTGArena OR #reservelist OR ebay OR #MTGAddicts OR #purplemana
# cronjob, assuming server in Houston time:
# 0 6 * * 4 python3 /path/to/this/file.py > /path/to/log
import praw
from datetime import date, timedelta
reddit = praw.Reddit(client_id="CLIENT_ID",
client_secret="CLIENT SECRET",
password="PASSWORD",
user_agent='/r/Houston things to do auto-poster',
username="USERNAME")
Hello!
If you use old.reddit.com to view /r/houston, there's several links in the side bar for things to do. There's also a search feature - this is super useful because this question gets asked a whole lot.
Here are some other resources:
* [Visit Houston](https://www.visithoustontexas.com/things-to-do/)
* [365 Things to do in Houston](https://365thingsinhouston.com/things-to-do-this-weekend-houston/)
* [US News & World Report Travel](https://travel.usnews.com/Houston_TX/Things_To_Do/)
* [TripAdvisor](https://www.tripadvisor.com/Tourism-g56003-Houston_Texas-Vacations.html)