Avatar
Raúl
4ac24d2ee822a34a9881eff526bf71f39704419837e4c14b34642d82e111ed39
Software Engineer. #nostr rss bridge relay operator @ wss://rsslay.nostr.moe - https://nostr.moe

Its currently work in progress, so it may fail... Nevertheless, check this note and the response: #[5]

I'm currently working on it... So it's a WIP fork.

Nevertheless, try to run it with the following command: `go build -ldflags="-s -w -linkmode external -extldflags '-static'" -o ./rsslay`

Then in order to run it:

`./rsslay`

It will serve the page in localhost:7447

Damn! I miss code highlighting… let’s try:

```python

print(“Awesome”)

```