https://github.com/kawarimidoll/bluestream
RSS feed generator for Bluesky.
https://github.com/kawarimidoll/bluestream
bluesky deno deno-deploy rss
Last synced: 8 months ago
JSON representation
RSS feed generator for Bluesky.
- Host: GitHub
- URL: https://github.com/kawarimidoll/bluestream
- Owner: kawarimidoll
- License: mit
- Created: 2023-04-18T21:59:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T13:09:28.000Z (about 2 years ago)
- Last Synced: 2025-04-11T02:11:17.781Z (about 1 year ago)
- Topics: bluesky, deno, deno-deploy, rss
- Language: TypeScript
- Homepage: https://bluestream.deno.dev/
- Size: 227 KB
- Stars: 82
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
>
> Thank you for accessing this project.
>
> Because this is used by a large number of users, it may stop due to Deno
> Deploy quota limit.
>
> If you want to recieve RSS feed of your posts, you can use official RSS:
> `https://bsky.app/profile/__bsky-handle__/rss`
# Bluestream
RSS feed generator for [Bluesky](https://bsky.app).
https://bluestream.deno.dev/
## Development
This works with [Deno](https://deno.land).
To run this locally, clone this repository and create `.env` file with the
following content:
```
BLUESKY_IDENTIFIER=your-handle
BLUESKY_PASSWORD=your-pass
```
After that, run `deno task dev` to start server.
## Author
[kawarimidoll](https://bsky.app/profile/did:plc:okalufxun5rpqzdrwf5bpu3d)
## License
MIT