A Bluesky feed generator written in Rust, serving posts written in Russian by people living in Netherlands
Go to file
Aleksei Voronov a18d448c38 Store profiles in the database as we see them
No processing yet, but it's coming soon I guess
2023-08-31 15:11:14 +02:00
sql Store profiles in the database as we see them 2023-08-31 15:11:14 +02:00
src Store profiles in the database as we see them 2023-08-31 15:11:14 +02:00
.gitignore Initial version of things: just reads the stream of messages and prints it out and that's that 2023-08-18 21:11:49 +02:00
Cargo.lock Upgrade dependencies 2023-08-31 15:09:42 +02:00
Cargo.toml Upgrade dependencies 2023-08-31 15:09:42 +02:00
README.md Store profiles in the database as we see them 2023-08-31 15:11:14 +02:00

README.md

nederlandskie

Potentially, a Bluesky feed of people speaking some language while living in some other country (for example, Russian-speaking people living in Netherlands).

Heavily WIP. Doesn't work yet at all, but does read the stream of posts as they are created on Bluesky.

Roadmap

  • Read stream of posts from Bluesky
  • Store posts in the database
  • Store user profiles in the database
  • Detect the country of residence from profile information
  • Keep subscription state to not lose messages
  • Serve the feed
  • Publish the feed
  • Handle deleting of posts

Running

cargo run