willCode2Surf / rust-trending

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

Home Page:https://twitter.com/RustTrending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-trending

MIT License Badge Twitter Badge Mastodon Badge

RustTrending

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

Check out in Twitter and Mastodon!

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.

About

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

https://twitter.com/RustTrending

License:MIT License


Languages

Language:Rust 97.4%Language:Dockerfile 2.6%