Skip to content

Releases: pille1842/MaxGoldtBot

v0.4.0 Feature release

19 Sep 11:14
8a309ae
Compare
Choose a tag to compare

Changed

  • 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 (/).

v0.3.0 Feature release

28 Mar 22:24
d34b431
Compare
Choose a tag to compare

Added

  • The bot now also handles submissions.
  • Added an option --prosfile to control where the bot stores the IDs of
    processed submissions. The default is processed_submissions_SUBREDDIT.txt in
    the bot's working directory. The submissions file will be kept to a maximum
    of 500 processed submissions.

v0.2.0 Feature release

31 Oct 09:44
Compare
Choose a tag to compare

Added

  • Added an option --procfile to control where the bot stores the IDs of
    processed comments. The default is processed_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).

Changed

  • 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).

v0.1.1 Bugfix release

28 Oct 09:27
Compare
Choose a tag to compare

[0.1.1] - 2017-10-28

  • Fixed a bug where the bot would spontaneously halt due to a RequestException.
    This exception is now handled.

Initial release

28 Oct 08:58
Compare
Choose a tag to compare

This is the initial release.