A Fediverse and Bluesky bot to post trending rust repositories, inspired by TrendingGithub
Last updated Apr 30, 2026
205
Stars
14
Forks
0
Issues
0
Stars/day
Attention Score
53
Language breakdown
No language data available.
โธ Files
click to expand
README
rust-trending
A Fediverse and Bluesky bot to post trending rust repositories, inspired by [@TrendingGithub] and [@pythontrending].
Check out in [Fediverse] and [Bluesky]!
Usage
Requirements
- Redis
Local
RUST_LOG=info cargo run -- config.toml
Docker
docker run -p 6379:6379 --rm -d redis
docker run --rm -v $PWD/config.toml:/config.toml -d ghcr.io/pbzweihander/rust-trending:latest
Docker Compose
cp config.toml /srv/rust-trending/config.toml
docker-compose up -d
License
This project is licensed under the terms of [MIT license][License].
[License]: LICENSE [@TrendingGithub]: https://twitter.com/TrendingGithub [@pythontrending]: https://twitter.com/pythontrending [Fediverse]: https://yuri.garden/@RustTrending [Bluesky]: https://bsky.app/profile/rusttrending.bsky.social
๐ More in this category