Skip to content

Releases: sgratzl/slack_cleaner2

Bugfix release

21 Jul 13:19
Compare
Choose a tag to compare

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

11 Nov 02:00
Compare
Choose a tag to compare

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

27 Oct 13:41
Compare
Choose a tag to compare

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

30 Aug 13:33
Compare
Choose a tag to compare

add support for adding team_id for organization wide tokens

Bugfix Release v3.0.5

31 Mar 14:58
Compare
Choose a tag to compare

add new "show_files_hidden_by_limit" flag for listing files

Bugfix Release v3.0.3

05 Feb 10:16
Compare
Choose a tag to compare
  • 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

17 Nov 12:59
Compare
Choose a tag to compare

fixes #41 by adding the missing requests dependency

Migrate to official slack api package

15 Nov 20:34
Compare
Choose a tag to compare

Bugfix Release v2.4.3

05 Sep 11:51
Compare
Choose a tag to compare
fix linting

Pagination

25 Jun 14:39
Compare
Choose a tag to compare
  • implements a proper pagination for listing messages, channels, replies, and files