| Crates.io | reddit-badges |
| lib.rs | reddit-badges |
| version | 0.1.2 |
| created_at | 2025-02-01 17:05:52.699819+00 |
| updated_at | 2025-02-01 18:08:48.647142+00 |
| description | A Rust interface with Reddit API to like on defined subredits. Help to get badges. |
| homepage | |
| repository | https://github.com/kelvincesar/reddit-badges |
| max_upload_size | |
| id | 1538629 |
| size | 53,884 |
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 :)
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
You can use nix develop to build the project.