https://github.com/phocks/phocks-twitter-graveyard
RIP Twitter / just a random tweet every refresh (for now)
https://github.com/phocks/phocks-twitter-graveyard
rip twitter
Last synced: 29 days ago
JSON representation
RIP Twitter / just a random tweet every refresh (for now)
- Host: GitHub
- URL: https://github.com/phocks/phocks-twitter-graveyard
- Owner: phocks
- Created: 2024-01-31T12:25:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T12:11:14.000Z (over 2 years ago)
- Last Synced: 2025-03-06T12:52:35.387Z (over 1 year ago)
- Topics: rip, twitter
- Language: Svelte
- Homepage: https://phocks-twitter-graveyard.pages.dev
- Size: 11.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phocks-twitter-graveyard
Just a proof-of-concept for now, since I've stopped posting on the bird site, I wanted to make a kind of memorial type page out of the exported twitter data.
For now it's simply a random tweet of around 75,000 between the years 2007 and 2023.
Refresh the page for a new random tweet.
(I'll put it on a proper domain later ok)
[https://phocks-twitter-graveyard.pages.dev/](https://phocks-twitter-graveyard.pages.dev/)
## Development
Build with `npm run build`. This will build to the `dist` directory.
Deployment is to Cloudflare Pages and uses wranger to deploy.
Basically do `npx wrangler login` and follow the login instructions.
Then try `npx wrangler pages deploy dist/ --branch=prodution` to deploy the site to production.