tangled
alpha
login
or
join now
edavis.dev
/
bsky-feeds
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
feat: switch mostliked to public Jetstream
Eric Davis
1 year ago
3af10d17
dfb7bcf2
+1
-2
1 changed file
expand all
collapse all
unified
split
cmd
mostliked
main.go
+1
-2
cmd/mostliked/main.go
···
13
13
_ "github.com/mattn/go-sqlite3"
14
14
)
15
15
16
16
-
// const JetstreamUrl = `wss://jetstream1.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post&wantedCollections=app.bsky.feed.like&cursor=1728846514000000`
17
17
-
const JetstreamUrl = `ws://localhost:6008/subscribe?wantedCollections=app.bsky.feed.post&wantedCollections=app.bsky.feed.like`
16
16
+
const JetstreamUrl = `wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post&wantedCollections=app.bsky.feed.like`
18
17
19
18
func main() {
20
19
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGINT, syscall.SIGTERM)