Skip to content

v2.1.0

Compare
Choose a tag to compare
@get-got get-got released this 28 May 04:52
· 175 commits to master since this release
  • Twitter - They ditched their Free API tiers and banned access to all of those existing applications. I've replaced it with a Twitter Scraper library. It's more crude than the official API was but at least it works. I've noticed it will only download the first video/gif if there's multiple in 1 tweet. It seems to be fine for images. I'll see if I can fix this soon. Every other aspect of it seems to be fine so far. You can optionally login via email+password ("twitterEmail" and "twitterPassword" in the credentials section) to download from private accounts your user follows.
  • Thread Support - proper thread support, even for users (mostly). Treats threads as subchannels of a channel, you can use direct thread IDs or the forum channel ID. It will fetch any archived or active threads it can find. USER ACCOUNTS CANNOT FETCH ACTIVE THREADS, ONLY ARCHIVED. Message logging works properly for threads.
  • Improved general reliability of how the bot checks channel and server data.
  • Fixed unwarranted Discord permission errors, particularly regarding user accounts and DM channels.
  • Fixed unwarranted Discord source invalidation warnings, particularly regarding DM channels.
  • Fixed categories not being handled properly by history.
  • Added "watchSettings" (true or false) to main settings. True by default. Controls whether settings are updated live when the file is modified.
  • Added "backupDatabaseOnStart" (true or false) to main settings. False by default. Backs up database folder into a dated zip file under a local "backups" folder. This feature can be expanded upon request.