Date/time | Thread |
---|---|
03-22 14:18 | Is this number a scam? |
03-21 14:58 | I've been seeing the GoodToGo scam here, but ... Have you gotten the E-Z Pass ones? These scams are getting ridiculous lololol |
03-20 19:32 | Anyone else getting these daily scams? |
03-19 17:42 | Is this a scam? |
03-19 14:55 | WSDOT Scammer |
03-19 13:40 | Goodtogo |
03-18 14:07 | WSDOT Final Reminder |
03-18 10:11 | [My favorite toll pass scam message so far](https://www |
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
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:
I've compiled a brief list of resources that may be helpful:
- Seattle Times: New Year’s Eve fireworks and events around Seattle to ring in 2025
- Do 206: New Year's Eve
- Eventbrite: New Year's Eve Parties in Seattle
- Seattle Center: New Year's Eve at The Center
- EverOut: Seattle New Year's Eve Events
- Seattle Refined: Here's how to celebrate New Year's Eve around Seattle
Additionally, the following /r/Seattle threads may be useful:
Time (ET) | Thread |
---|---|
Nov 1 18:16 | [Barstool Cincinnati] Rumors going around that Cincinnati will be hosting Oklahoma next year 👀 |
Nov 1 15:32 | MSU suspends 4 more players |
Nov 1 8:10 | Attorney for Michigan player Gemon Green Tom Mars tells CBS Sports he will file “comprehensive FOIA requests” to determine “what the (MSU) coaching staff did to prevent this kind of violence.” Re tunnel incident. |
Nov 1 3:20 | Random Thought: Deion Sanders to Michigan State |
Oct 31 22:31 | [THREAT LEVEL IMAGINES A WORLD IN WHICH RIVALRIES BEGIN AND END ON THE FIELD](https://www.reddit.com/r/CFB/comments/y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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") |
NewerOlder