A Twitter and Mastodon bot to post trending rust repositories, inspired by @TrendingGithub and @pythontrending.
Check out in Twitter, Mastodon and Bluesky!
- Redis
RUST_LOG=info cargo run -- config.toml
docker run -p 6379:6379 --rm -d redis
docker run --rm -v $PWD/config.toml:/config.toml -d ghcr.io/pbzweihander/rust-trending:latest
cp config.toml /srv/rust-trending/config.toml
docker-compose up -d
This project is licensed under the terms of MIT license.