rust-trending icon indicating copy to clipboard operation
rust-trending copied to clipboard

A Twitter and Mastodon bot to post trending rust repositories, inspired by TrendingGithub

rust-trending

MIT License Badge @RustTrending Badge

Thinking With Rust

A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub and @pythontrending.

Usage

Requirements

  • Redis

Local

cargo build --release
cargo install --path .
rust-trending config.toml

Docker

docker run -p 6379:6379 --rm -d redis
docker run --rm -v $PWD/config.toml:/app/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.