diff --git a/docs/demo.jpg b/docs/demo.jpg new file mode 100644 index 0000000..55eee9b Binary files /dev/null and b/docs/demo.jpg differ diff --git a/readme.md b/readme.md index 6b8533b..25ae6c4 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,13 @@ # BlueSky Bot -A simple project that scrapes websites and publishes tweets on [BlueSky](https://bsky.app/). +A simple Bot that scrapes websites and publishes tweets on [BlueSky](https://bsky.app/). -**⚠️ Work In Progress ⚠️** +It's built with [Rust](https://www.rust-lang.org/) and [Redis](https://redis.io/) and can be extended to include +LLM support for content summarization, suggestions and other features. +Demo: + +![demo](./docs/demo.jpg) ## Architecture