reddit-badges

Crates.ioreddit-badges
lib.rsreddit-badges
version0.1.2
created_at2025-02-01 17:05:52.699819+00
updated_at2025-02-01 18:08:48.647142+00
descriptionA Rust interface with Reddit API to like on defined subredits. Help to get badges.
homepage
repositoryhttps://github.com/kelvincesar/reddit-badges
max_upload_size
id1538629
size53,884
Kelvin César de Andrade (kelvincesar)

documentation

https://docs.rs/reddit-badges

README

Reddit badges

Develop this to run everyday and like any post in the Reddit.

This allow to keep earning the Reddit Streak badge which I was in a great streak and didn't want to keep login everyday :)

Executing

Usage: reddit-badges [OPTIONS] --client-id '<CLIENT_ID>' --client-secret '<CLIENT_SECRET>' --username '<USERNAME>' --password '<PASSWORD>'

Options:
  -s, --subreddit <SUBREDDIT>          The subreddit from which to fetch the first post [default: fujifilm]
      --client-id <CLIENT_ID>          Reddit client ID
      --client-secret <CLIENT_SECRET>  Reddit client secret
      --username <USERNAME>            Reddit username
      --password <PASSWORD>            Reddit password

Development

You can use nix develop to build the project.

Commit count: 27

cargo fmt