Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Releases: FreekBes/insta_reddit_bot

Version 0.3.6

01 Dec 01:52

Choose a tag to compare

Bugfix update

Fixed a crash that could occur when there was no post to handle but also no error message (#24)

Version 0.3.5

13 Sep 23:21
d67e1ca

Choose a tag to compare

New in this release

Added option credits_format to settings.json. This is a format string which gets used from now on for the credits in comments and captions. It features three parameters:

  • %subreddit%, which gets replaced by the subreddit's name a post is mirrored from
  • %user%, which gets replaced by the username of the user who posted the post on Reddit
  • %url%, which gets replaced by a shortlink (https://redd.it/postid) to the mirrored post

Manual configuration updates

You need to add the credits_format setting (described above) to your settings.json file, under the instagram section, in order for the bot to work. See settings.template.json for an example.

Version 0.3.4 and older

13 Sep 23:26
b8069bc

Choose a tag to compare

Previous versions were never added to GitHub as proper releases. Here is a changelog.

Version 0.3.4

  • bugfix for mirroring GIFs and videos
  • removed a check that prevented the bot from mirroring posts if it got stuck in an error
  • fixed issue #14 by implementing sessions
  • fixed issue #13
  • added npm scripts in package.json: start, debug, debug-noig, debug-forceig, settings

Version 0.3.3

  • This project now requires youtube-dl for video support. FFMPEG is also still required. With youtube-dl, more video hosting services are now supported by this bot. You will need to download and install this manually.
  • Added support for multireddits
  • Added unblacklist command to Discord bot
  • Added error message for abrupt closing of a connection while downloading media
  • Added mime type not detected error message
  • Bugfix [ERR_INVALID_ARG_TYPE] for GIFs

Version 0.3.2

  • Bugfixes not worthy of mentioning

Version 0.3.1

  • Added Discord integration for moderation. See README.md for details on how to implement this. Make sure to add the discord section of settings.template.json to your own settings.json, otherwise the bot might not properly start.
  • Fixed a bug in the scheduler
  • Bugfix for posts.json not being read on startup
  • More small bugfixes

Version 0.3.0

  • Major rewrite of the bot
  • CRON is no longer required. The bot now features an internal scheduling system.
  • Added settings.json file for customization. See the README for details on how to use this.

Version 0.2.4

  • Bugfix for comments
  • Added cookie support

Version 0.2.3

  • Switched to HTTPS. Should have done this a long time ago
  • Updated dependencies
  • Fixed empty selftext post bug
  • Fixed issue for image posts without previews
  • Fixed crossposting issue

Version 0.2.2

  • Added back debugging mode
  • Fixed reddit video bug

Version 0.2.1

  • Fixed [object Object] appearing in captions
  • Code cleanup

Version 0.2.0

  • Mirroring from multiple subreddits is now supported. See README.md for how to set this up.
  • Credits are now given in the caption instead of a comment (temporary workaround for no credits)
  • General bugfixes