Skip to content

Releases: sgratzl/slack_cleaner2

Bugfix release

Choose a tag to compare

@sgratzl sgratzl released this 21 Jul 13:19

bug fixes

  • c#77

new features:

  • add SlackMessage.dt and SlackMessage.thread_dt as datetime objects of the timestamps. the default print has also changed to use the dt isoformat

Release v3.1.1

Choose a tag to compare

@sgratzl sgratzl released this 11 Nov 02:00

Bugfix Release

the list_files api uses a different type of pagination than other endpoints. This bugfix should make sure the right one is being used

Release v3.1.0

Choose a tag to compare

@sgratzl sgratzl released this 27 Oct 13:41

Lazy Evaluations and Rate Limit Handling

major refactoring within the code to lazy fetch channels, channel members, and users. This leads to an improved scalability and faster start up time.

  • Users are fetched one by one unless all users are iterated over
  • Channels members are only fetched upon access of the .members attribute
  • Channels are fetched upon access

in addition, there is support for listing and deleting message reactions

Bugfix Release v3.0.7

Choose a tag to compare

@sgratzl sgratzl released this 30 Aug 13:33

add support for adding team_id for organization wide tokens

Bugfix Release v3.0.5

Choose a tag to compare

@sgratzl sgratzl released this 31 Mar 14:58

add new "show_files_hidden_by_limit" flag for listing files

Bugfix Release v3.0.3

Choose a tag to compare

@sgratzl sgratzl released this 05 Feb 10:16
  • workaround for slack error: fetch_members_failed by handling it gracefully and not trying to fetch members of archived channels

Bugfix Release v3.0.1

Choose a tag to compare

@sgratzl sgratzl released this 17 Nov 12:59

fixes #41 by adding the missing requests dependency

Migrate to official slack api package

Choose a tag to compare

@sgratzl sgratzl released this 15 Nov 20:34

Bugfix Release v2.4.3

Choose a tag to compare

@sgratzl sgratzl released this 05 Sep 11:51
fix linting

Pagination

Choose a tag to compare

@sgratzl sgratzl released this 25 Jun 14:39
  • implements a proper pagination for listing messages, channels, replies, and files