Skip to content

Commit

Permalink
add tweet #111
Browse files Browse the repository at this point in the history
  • Loading branch information
r002 committed Apr 21, 2024
1 parent 72a043c commit dd51c6b
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Onward and upward!! Accelerate!! 🌎🚀✨
- [ ] strip all punctuation when indexing dbs
- [ ] build chrome ext that extracts & transforms a tweet's text, ppl, & ref links into json
- [ ] build "life meter" - display how much of my life has passed (use "4,000 weeks" as range)
- [ ] add `bad movie club` section
- [x] revamp the `calendar` sidebar -> display all days in the year & always center current week
- [x] separate `people`, `organizations`, `media` sections
- [x] enhance tooltips for day boxes & tweet titles
Expand Down
1 change: 1 addition & 0 deletions data/orgs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"@GreyhoundBus",
"@PirateWires",
"@CAForever",
"@resend",
Expand Down
Binary file added img/pfp/GreyhoundBus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions scripts/x.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
param(
[int]$id
)
Write-Host "Running x script!"
Write-Host "add/commit/push tweet: #$id"
Invoke-Expression "git add ../."
Invoke-Expression 'git commit -m "add tweet #$id"'
Invoke-Expression "git push"
32 changes: 25 additions & 7 deletions x.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
[
{
"id": 111,
"title": "Took Greyhound bus from Indianapolis to Cincinnati",
"dt": "2024-04-20",
"url": "https://twitter.com/robert_gpt/status/1781798539653259659",
"people": [
{
"name": "Greyhound Bus",
"handle": "@GreyhoundBus"
}
]
},
{
"id": 110,
"title": "Life happens in seasons; right now is my 'Just Get It Done' season",
"dt": "2024-04-19",
"url": "https://twitter.com/robert_gpt/status/1781267740637991360"
"url": "https://twitter.com/robert_gpt/status/1781267740637991360",
"tags": [
"lfg"
]
},
{
"id": 109,
Expand Down Expand Up @@ -1086,6 +1101,9 @@
],
"refs": [
"https://twitter.com/JuliaRosedale/status/1756426957971943468"
],
"tags": [
"lfg"
]
},
{
Expand Down Expand Up @@ -1706,6 +1724,12 @@
"id": 1,
"title": "My Love Letter to X",
"dt": "2024-01-01",
"people": [
{
"name": "X",
"handle": "@X"
}
],
"url": "https://twitter.com/robert_gpt/status/1742031082495549650",
"refs": [
"https://r002.github.io/?s=p0,p1,p2,p3"
Expand All @@ -1714,12 +1738,6 @@
"social media",
"elon musk",
"love letter"
],
"people": [
{
"name": "X",
"handle": "@X"
}
]
}
]
2 changes: 1 addition & 1 deletion xna/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div id="xnacontent">
<div class="yearwrapper">
<div id="titleyear" class="paneheader"
title="🤵 2024: year of connection 💃">
title="2024: year of connection 🤵💃">
2024 | "Year of Connection"
</div>
<div class="year">
Expand Down

0 comments on commit dd51c6b

Please sign in to comment.