Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Trey Del Bonis 42d10ea709 Added README.md. pirms 2 gadiem
Pipfile Fixed Python version. pirms 2 gadiem
Pipfile.lock Added service management things. pirms 2 gadiem
README.md Added README.md. pirms 2 gadiem
config.json Better filtering logic. pirms 2 gadiem
install.sh Added service management things. pirms 2 gadiem
main.py Skip files that are too large. pirms 2 gadiem
mastoreddit-trigger.timer Added service management things. pirms 2 gadiem
mastoreddit.service Fixed working dir in service. pirms 2 gadiem

README.md

mastoreddit

You can mostly figure out how this works by looking at the config file.

{
  "token": "put-your-token-here",
  "hostname": "alpines.club",
  "subreddit": "snowboarding",
  "top_posts": 5,
  "min_score": 100,
  "skip_titles": ["daily discussion"]
}

Set MR_CONFIG to be the path to the config file and MR_RECENTS to be the path to another writable file to store a little bit of data about which posts it’s made recently.

Then you can have it run periodically with a systemd timer to search for new hot posts and relay them to the bot.