A Bluesky feed generator written in Rust, serving posts written in Russian by people living in Netherlands
Go to file
Aleksei Voronov e5b3db1470 Refactor streaming and start inserting Russian posts into db 2023-08-31 09:42:56 +02:00
sql Refactor streaming and start inserting Russian posts into db 2023-08-31 09:42:56 +02:00
src Refactor streaming and start inserting Russian posts into db 2023-08-31 09:42:56 +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 Refactor streaming and start inserting Russian posts into db 2023-08-31 09:42:56 +02:00
Cargo.toml Refactor streaming and start inserting Russian posts into db 2023-08-31 09:42:56 +02:00
README.md Add a little readme explaining what this project does and what the status is 2023-08-26 18:15:18 +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

  • Reading stream of posts from Bluesky
  • Storing posts and profiles in the database
  • Detecting the country of residence from profile information
  • Serving the feed
  • Publishing the feed
  • Handling deleting of posts

Running

cargo run