aob-lemmy-bot/README.md

728 B

ascendance-of-a-bookworm-bot

secrets.json

{
  "lemmy": {
    "username": "string",
    "password": "string"
  },
  "reddit": {
    "app_id": "string",
    "app_secret": "string",
    "refresh_token": "string",
    "redirect_uri": "string"
  },
  "discord": {}
}

config.json

{
  "instance": "string",
  "reddit_config": {
    "user_agent": "string",
    "subreddit": "string"
  },
  "feeds": [
    {
      "feed_url": "string",
      "communities": {
	    "chapter": "string",
	    "volume": "string"
      },
      "reddit": {
        "enabled": bool,
        "flair": "string"
	  },
      "discord": bool
    }
  ]
}

posts.json

[
  {
    "title",
    "last_post_url": "string"
  }
]