Skip to content

Releases: darkdragn/party

v0.7.6: Pull size limit flag

02 Oct 21:25
Compare
Choose a tag to compare
bump: version 0.7.5 → 0.7.6

Download Stability

24 Sep 03:56
Compare
Choose a tag to compare

Fix for download stability; updates for most dependencies. Mostly tested on python 3.11, if you run into issues on earlier versions, let me know!

v0.7.4: Update for Schema Items (User/Post/Attachments)

25 Mar 17:38
Compare
Choose a tag to compare

A minor change to ignore some schema fields that were causing validation errors. A larger update will be posted in the future to actually use those fields, instead of ignoring them.

v0.7.3: Fix for fansly using str post id intermittently

30 Nov 20:39
Compare
Choose a tag to compare

v0.7.2: Fix for user look up by name bug introduced at v0.7.0

16 Nov 08:14
Compare
Choose a tag to compare

v0.7.1: Quick fix for 429 retries and ServerTimeoutError

16 Nov 07:27
Compare
Choose a tag to compare

v0.7.0: Massive CLI re-write, updates for pylint and docs

16 Nov 05:08
Compare
Choose a tag to compare

CLI:

  • Changes to make future maintenance easier
  • Added dump-schema, to describe the fields that can be used in file formatting
  • Top level --verbose still allows debug out to stdout, but all debug logs will go to .party-debug.log if not set for review. Makes T/S much easier

Logic

  • Major changes to connection handling, can use 32+ workers now, since the session limits connections per server to prevent 429 errors
  • Updates to make pylint happy, >_<
  • Removal of desert on AttachmentSchema to allow for the jsonschema dump
  • Loads for Post no longer generate Attachment objects directly, just serialized dicts. Handle Attachment generation externally please
  • Loads for User no longer set unknown=EXCLUDE, please handle on the schema object for .loads/.dumps

v0.6.8: Update dups and post items matching 50 exactly

14 Nov 22:00
Compare
Choose a tag to compare

v0.6.7: Added a sluglify option for use with post_title

11 Nov 20:13
Compare
Choose a tag to compare

v0.6.6: Some API pull items and fixes

05 Nov 06:10
Compare
Choose a tag to compare
bump: version 0.6.5 → 0.6.6