From c5e8ffb993664f31323333684d614f194dae89fa Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 22 Jul 2023 00:55:37 +0200 Subject: [PATCH] Goodbye --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5500b22..8b78ad8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Daily Releases +**Development of this bot has ceased.** This bot works by aggregating information from more than _eight_ different +open APIs; without them, it would be nothing. Reddit has chosen to kill open access to their platform and API. For +this reason, I no longer wish to contribute to reddit, and I hope my code won't either. + ### Installation The easiest way to install the bot is to use pip: @@ -16,4 +20,4 @@ The bot can be started by running `dailyreleases` or `python3 -m dailyreleases` The default configuration file will be copied to `~/.dailyreleases/config.ini` on the first run. All fields under the `[reddit]` and `[google]` sections need to be filled out before the bot can be initialized. -To append content to the generated post, add a file `~/.dailyreleases/epilogue.txt`. \ No newline at end of file +To append content to the generated post, add a file `~/.dailyreleases/epilogue.txt`.