All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The bot will no longer respond to Bild Plus links. A Bild Plus link is any URL
where the path starts with
/bild-plus/
. - The bot will no longer respond to Internet Archive links. These links usually
contain a full and valid Bild URL, but they are preceded by
https://web.archive.org/.../
. The bot will ignore all Bild links if they are found immediately following a slash (/).
- The bot now also handles submissions.
- Added an option
--prosfile
to control where the bot stores the IDs of processed submissions. The default isprocessed_submissions_SUBREDDIT.txt
in the bot's working directory. The submissions file will be kept to a maximum of 500 processed submissions.
- Added an option
--procfile
to control where the bot stores the IDs of processed comments. The default isprocessed_comments_SUBREDDIT.txt
in the bot's working directory. - Added an option
--sleeptime
to control how long the bot will go to sleep in case there is an API exception (default: 15 minutes).
- The bot will now keep a maximum of 600 processed comments in storage. When more than 600 processed comment IDs are stored, the procfile is pruned down to 500 comments.
- The bot will now log a message when it is quit via keyboard interrupt (Ctrl-C).
- Fixed a bug where the bot would spontaneously halt due to a RequestException. This exception is now handled.
This is the initial release.