This tool collects some number of reddit posts from given subreddits at given intervals.
- Hottest posts every day
- Top weekly every week
- Top monthly every month
Posts can be delivered by:
- Email to an address
- an API
- RSS
- Download & Build
- Fill out
sample.config.example
- Rename the config file to something else.
./RedditDigest <your.config>
Running the program will send an email to your email address with the configured subs. If the system has an acurate clock, weekly and monthly content will be included on the days specefied.
The intent is for the email delivery program to be run once a day, it will not self-schedule at this time.
For RSS and API, run with ./RedditDigest serve <your.config>
- UserEmail: The email you want to recieve digests
- RedditData: Info needed for
github.com/turnage/graw
, see this tutorial - EmailerConfig: Something to send emails, probably gmail
- WeeklyWeekday: The day of the week on which to send the weekly portion of the digest
- MonthlyDay: The day of the month on which to send the monthly portion of the digest
- Convert custom json file configs to .env