Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawarimidoll/bluestream
RSS feed generator for Bluesky.
https://github.com/kawarimidoll/bluestream
bluesky deno deno-deploy rss
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T13:09:28.000Z (10 months ago)
- Last Synced: 2024-05-02T06:07:01.215Z (8 months ago)
- Topics: bluesky, deno, deno-deploy, rss
- Language: TypeScript
- Homepage: https://bluestream.deno.dev/
- Size: 227 KB
- Stars: 72
- Watchers: 5
- Forks: 13
- 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